Pure Python SQL database supporting NULLs, foreign keys and simple joins
Project description
SnakeSQL is a pure Python SQL database supporting the simplest possible 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.
New in this version: * Joins * Foreign Key Constraints * DROP supports multiple tables