diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-10-29 14:55:42 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-10-29 14:55:42 -0400 |
| commit | d2c1edfb15334a2fb6ada5b064563c144ac22ad7 (patch) | |
| tree | 96f8e7b51dd57d30740cbc017fa66e71ee229f5f /doc/build/dialects | |
| parent | e1d1d999c9a688f4c8dbbe885438c63d6ef494c6 (diff) | |
| download | sqlalchemy-d2c1edfb15334a2fb6ada5b064563c144ac22ad7.tar.gz | |
- added new backend for pysqlcipher, as we will probably get
requests for it soon.
Diffstat (limited to 'doc/build/dialects')
| -rw-r--r-- | doc/build/dialects/sqlite.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/build/dialects/sqlite.rst b/doc/build/dialects/sqlite.rst index 21fd4e3aa..a18b0ba7b 100644 --- a/doc/build/dialects/sqlite.rst +++ b/doc/build/dialects/sqlite.rst @@ -28,4 +28,9 @@ they originate from :mod:`sqlalchemy.types` or from the local dialect:: Pysqlite -------- -.. automodule:: sqlalchemy.dialects.sqlite.pysqlite
\ No newline at end of file +.. automodule:: sqlalchemy.dialects.sqlite.pysqlite + +Pysqlcipher +----------- + +.. automodule:: sqlalchemy.dialects.sqlite.pysqlcipher
\ No newline at end of file |
