Releases: ehsanmok/sqlite
Releases · ehsanmok/sqlite
v0.1.2
v0.1.1
v0.1.0
sqlite v0.1.0
Initial stable release of sqlite, a Mojo SQLite library with ORM support.
Features
- Full SQLite3 C FFI bindings
- Prepared statements with type-safe parameter binding
- Lightweight ORM with
@modeldecorator - Transaction support (begin, commit, rollback)
- All SQLite column types (INTEGER, REAL, TEXT, BLOB, NULL)
- Optional field support via
Optional[T]
Installation
[dependencies]
sqlite = { git = "https://github.com/ehsanmok/sqlite.git", tag = "v0.1.0" }