This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

asql, or ASql, is a platform independent, extremely lightweight, and a free software C and Python library that provides a self-contained, serverless, zero-configuration, transactional database engine.

ASql does not implements any SQL standard, but instead of that has pure C and Python interface "simulating" SQL queries that brings full power of database programming, including database transactions that are atomic, isolated, and durable.

Official Site: http://code.google.com/p/asql/


2026-02-14 16:15