projects
/
pysqlcipher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87211b5
)
fix bad expression
author
Kali Kaneko
<kali@leap.se>
Mon, 15 Sep 2014 02:45:16 +0000
(21:45 -0500)
committer
Kali Kaneko
<kali@leap.se>
Mon, 15 Sep 2014 02:45:16 +0000
(21:45 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index
1cfb4b7
..
667d816
100644
(file)
--- a/
README.rst
+++ b/
README.rst
@@
-10,7
+10,7
@@
Packaging for SQLCipher (c) 2013 Kali Kaneko
Usage
-----
-You have to pass the ``PRAGMA
=
key`` before doing any operations::
+You have to pass the ``PRAGMA
key`` before doing any operations::
from pysqlcipher import dbapi2 as sqlite
conn = sqlite.connect('test.db')