summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..2b9590d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,11 @@
+pysqlcipher
+===========
+
+this library is an experimental fork of pysqlite,
+and is statically linked against sqlcipher.
+
+Original code (c) 2004-2007 Gerhard Häring
+SQLCipher (c) 2013 Kali Kaneko
+
+It uses a sqlcipher amalgamation, see https://www.sqlite.org/amalgamation.html
+