Add some docs about installing DB backends

pull/73/head
Ryan Kelly 9 years ago
parent 43ba98831d
commit 570fc9d220

@ -72,6 +72,22 @@ your way. Things you might like to change include:
under the [syncstorage] section.
Database Backend Modules
------------------------
If you python installation doesn't provide the "sqlite" module by default,
you may need to install it as a separate package::
$ ./local/bin/pip install pysqlite2
Similarly, if you want to use a different database backend you will need
to install an appropriate python module, e.g::
$ ./local/bin/pip install PyMySQL
$ ./local/bin/pip install psycopg2
Questions, Feedback
-------------------

Loading…
Cancel
Save