PySQLite

DB-API 2.0-compliant database interface for SQLite
Download

PySQLite Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Gerhard Haring
  • Publisher web site:
  • http://code.google.com/u/GerhardHaering/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 70 KB

PySQLite Tags


PySQLite Description

DB-API 2.0-compliant database interface for SQLite PySQLite makes this powerful embedded SQL engine available to Python programmers. PySQLite stays compatible with the Python database API specification 2.0 as much as possible, but also exposes most of SQLite's native API, so that it is for example possible to create user-defined SQL functions and aggregates in Python.If you need a relational database for your applications, or even small tools or helper scripts, pysqlite is often a good fit. It's easy to deploy, easy to use, and does not depend on any other Python libraries or platform libraries except SQLite. SQLite itself is ported to most platforms you'd ever care about. Requirements: · Python What's New in This Release: · Python 2.3 compatibility fix for test suite. · Only reset cursors after rollback, not after commit. Fixes problem where an · implicity commit by a PRAGMA statement invalidated the cursor. · Added ability to build Windows installers using the MINGW package for Mac OS X.


PySQLite Related Software