Skip to content

Commit

Permalink
Merge pull request #87 from durden/patch-1
Browse files Browse the repository at this point in the history
Add note to README about using absolute paths
  • Loading branch information
jeffknupp committed Aug 8, 2014
2 parents 247e5b8 + ee076e8 commit f2c84d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ database using ``sandman``:
.. code:: bash
$ sandmanctl sqlite:////tmp/my_database.db
**Use an absolute path to the database or a 'full' URI** such as:
- postgresql+psycopg2://scott:tiger@localhost/test
- sqlite+pysqlite:///relative/path/to/db.db


*That's it.* ``sandman`` will then do the following:

Expand Down

0 comments on commit f2c84d9

Please sign in to comment.