Skip to content

Commit

Permalink
Fix db-to-sqlite command in ecosystem doc page (#669)
Browse files Browse the repository at this point in the history
Thanks, @adipasquale
  • Loading branch information
adipasquale authored and simonw committed Mar 26, 2020
1 parent fd452c8 commit 5263b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down

0 comments on commit 5263b9d

Please sign in to comment.