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.
1 comments:
'with' will become a reserved keyword in Python 2.6. I have tested it. it's not working on python 2.5
Post a Comment