⇤ ← Revision 1 as of 2009-01-05 16:04:04
Size: 500
Comment:
|
← Revision 2 as of 2009-01-05 16:05:56 ⇥
Size: 494
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
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 SQL database engine. | 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. |
Line 5: | Line 5: |
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/