diff options
Diffstat (limited to 'python/apsw/README')
-rw-r--r-- | python/apsw/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/apsw/README b/python/apsw/README new file mode 100644 index 0000000000..c226b3fbcc --- /dev/null +++ b/python/apsw/README @@ -0,0 +1,7 @@ +APSW is a Python wrapper for the SQLite embedded relational database engine. In +contrast to other wrappers such as pysqlite it focuses on being a minimal layer +over SQLite attempting just to translate the complete SQLite API into Python. +The documentation has a section on the differences between APSW and pysqlite. +APSW supports CPython 2.3 onwards and CPython 3.1 onwards. + +Optionally Python 3 extension will be built if Python 3 is installed. |