diff options
author | Kali Kaneko <kali@leap.se> | 2014-09-14 21:48:27 -0500 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-09-14 21:49:12 -0500 |
commit | f48f35dedc5e7e4ac11a3dc2c725f3e06f08f715 (patch) | |
tree | 7ee2ba34ffa254a5aa56a0009531d37a0d1379f1 | |
parent | 4b7dd0ba9a0ed2fb0cce35eee0594db94d41b18d (diff) |
readme fixes
-rw-r--r-- | README.rst | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,11 +1,13 @@ pysqlcipher =========== -this library is an experimental fork of pysqlite, -and is statically linked against sqlcipher. +This library is a fork of pysqlite. +It is still in beta state (although it's strongly used in development in some +linux environments). It links against against libsqlcipher. Original code (c) 2004-2007 Gerhard Häring -Packaging for SQLCipher (c) 2013 Kali Kaneko + +Packaging for SQLCipher (c) 2013-2014 Kali Kaneko Usage |