Fix db-to-sqlite command in ecosystem doc page (#669)

Thanks, @adipasquale
This commit is contained in:
Adrien Di Pasquale 2020-02-22 03:32:17 +01:00 committed by GitHub
commit be2265b0e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@ db-to-sqlite
You can mirror an entire database (including copying foreign key relationships) with the ``--all`` option::
$ db-to-sqlite --connection="postgresql://simonw@localhost/myblog" --all blog.db
$ db-to-sqlite --all "postgresql://simonw@localhost/myblog" blog.db
dbf-to-sqlite
-------------