Pure python extensible SQL database engine supporting NULL values. Formally SnakeSQL.
Project description
- Warning: This is an alpha release for those who are interested in
checking progress. No documentation and not for production use.
Pure python extensible SQL database engine supporting the a simple subset of ANSI SQL 92 including NULL values, foreign key constraints and simple joins.
The database is fully DB-API 2.0 compliant and is written in layers so that it can easily be extended to support different storage mechanisms.
Although significantly improved this database has some issues which prevent it from being reliable. Ideal for development work, not suitable for use with production code. Formally SnakeSQL.