Pre-release
This release is a pre-release and may not be stable for production use.
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