Sunday, October 17, 2010

PyMOTW: sqlite3 - Embedded Relational Database

The sqlite3 module provides a DB-API 2.0 compliant interface to
the SQLite relational database. SQLite is an in-process database,
designed to be embedded in applications, instead of using a separate
database server program such as MySQL, PostgreSQL, or Oracle. SQLite
is fast, rigorously tested, and flexible, making it suitable for
prototyping and production deployment for some applications.

Read more...


1 comments:

Maggie said...

'with' will become a reserved keyword in Python 2.6. I have tested it. it's not working on python 2.5