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.
- 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 devel:languages:python/python-apsw && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
apsw-3.45.2.0.tar.gz | 0000904263 883 KB | |
python-apsw.changes | 0000017699 17.3 KB | |
python-apsw.spec | 0000002361 2.31 KB |
Revision 51 (latest revision is 60)
Dirk Mueller (dirkmueller)
committed
(revision 51)
- update to 3.45.2.0: * Minor doc and tests change due to changed behaviour of sqlite3_serialize on an empty database, used by :meth:`Connection.serialize`. * No APSW changes.
Comments 0