Another Python SQLite Wrapper
http://code.google.com/p/apsw/
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.
- Links to devel:languages:python / python-apsw
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:frispete:python/python-apsw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000209 209 Bytes | |
apsw-3.33.0-r1.tar.gz | 0000310551 303 KB | |
project.diff | 0000001570 1.53 KB |
Revision 2 (latest revision is 3)
Hans-Peter Jansen (frispete)
committed
(revision 2)
- Update to 3.33.0-r1: * Small performance improvement in string handling * apsw module exposes Cursor, Blob, and Backup types (issue #273) * pkg-config is used to detect International Components for Unicode (ICU) sdk when the SQLite ICU extension is enabled. It falls back to icu-config as before. (issue #268). - Update to 3.32.2-r2: * Added some constants * Minor documentation updates - Fix source URL
Comments 0