All notable changes to this project will be documented in this file.
This changelog is automatically generated by python-semantic-release.
- CREATE TABLE with typed columns (INTEGER, STRING, FLOAT, BOOLEAN)
- INSERT, SELECT, UPDATE, DELETE operations
- WHERE clause with AND/OR, comparisons, LIKE, IN
- ORDER BY (ASC/DESC) and LIMIT
- GROUP BY with aggregations (COUNT, SUM, AVG, MIN, MAX)
- INNER JOIN between tables
- Automatic hash-based indexing on primary keys
- Query planner with index scan vs table scan
- Persistence to JSON files with versioning