summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@futeisha.org>2013-02-04 19:20:12 +0900
committerKali Kaneko <kali@futeisha.org>2013-02-04 19:20:12 +0900
commit4189e53a881e52de0945375a72b8748143c5bd13 (patch)
tree23ed8e0600dc3c62da7a95e50f778c79a9be1e75 /README.rst
initial commit
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
+