A SQLite3-compatible Python ORM three classes: Field, Model, Queryset currently supported operations: CREATE TABLE, INSERT, SELECT, UPDATE How to develop (or test) Running python3 test.py should be enough