From 4189e53a881e52de0945375a72b8748143c5bd13 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 4 Feb 2013 19:20:12 +0900 Subject: initial commit --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.rst (limited to 'README.rst') 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 + -- cgit v1.2.3