FeaturesΒΆ
SQLite-only design with zero ORM abstraction
Uses SQLite directly through the C API
Dictionary-style row output by default
Safe identifier validation for helper methods
High-level helper methods for
SELECT,INSERT,UPDATE,DELETE, andUPSERTNative SQLite conflict policy support
Sync and async interfaces with nearly matching APIs
Savepoint-based nested transaction support
Structured exception mapping from SQLite result codes