Another Python SQLite Wrapper

Edit Package python-apsw
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.

Refresh
Refresh
Source Files
Filename Size Changed
apsw-3.44.2.0.tar.gz 0000902852 882 KB
python-apsw.changes 0000017006 16.6 KB
python-apsw.spec 0000002317 2.26 KB
Revision 20 (latest revision is 24)
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130519 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
- update to 3.44.2.0:
  * Added `logger` parameter to :func:`apsw.ext.log_sqlite` to
    use a specific :class:`logging.Logger` (:issue:`493`)
  * Added :func:`apsw.ext.result_string` to turn an result code
    into a string, taking into account if it is extended or not.
  * Provide detail when C implemented objects are printed. For
    example :class:`connections <Connection>` include the filename.
  * Added :meth:`URIFilename.parameters` (:issue:`496`)
  * :class:`URIFilename` are only valid for the duration of the
    :meth:`VFS.xOpen` call.  If you save and use the object later
    you will get an exception.  (:issue:`501`)
Comments 0
openSUSE Build Service is sponsored by