diff options
Diffstat (limited to 'python/pysqlite')
-rw-r--r-- | python/pysqlite/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/pysqlite/README b/python/pysqlite/README index 57071d09e0..5572da787e 100644 --- a/python/pysqlite/README +++ b/python/pysqlite/README @@ -1,5 +1,6 @@ pysqlite - Python Interface to SQLite 3 -pysqlite is an interface to the SQLite 3.x embedded relational database engine. -It is almost fully compliant with the Python database API version 2.0 and also -exposes the unique features of SQLite. +pysqlite is an interface to the SQLite 3.x embedded relational +database engine. It is almost fully compliant with the Python +database API version 2.0 and also exposes the unique features of +SQLite. |