diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2013-10-26 16:26:36 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:54 -0500 |
commit | 0dac9d811746f9b86e44f06ecb8f5f16c577c288 (patch) | |
tree | 41d81c8a772ff50187507f705ba9b980e95dc2f9 /python/apsw/README | |
parent | aaee5e48d5178ded066254e7ec858fb850ef85d4 (diff) | |
download | slackbuilds-0dac9d811746f9b86e44f06ecb8f5f16c577c288.tar.gz |
python/apsw: Added (Another Python SQLite Wrapper)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |