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.
- Sources inherited from project devel:languages:python
- Devel package for openSUSE:Factory
-
4
derived packages
- Links to openSUSE:Factory / python-apsw
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Maliku:python/python-apsw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
apsw-3.33.0-r1.tar.gz | 0000310551 303 KB | |
python-apsw.changes | 0000003588 3.5 KB | |
python-apsw.spec | 0000001963 1.92 KB |
Revision 19 (latest revision is 60)
Tomáš Chvátal (scarabeus_iv)
accepted
request 836063
from
Hans-Peter Jansen (frispete)
(revision 19)
- 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