Skip to content

Releases: ehsanmok/sqlite

v0.1.2

08 May 18:56

Choose a tag to compare

  • Compatible with Mojo 1.0.0b1.
  • CI: drop nightly cron schedule.

v0.1.1

25 Apr 01:09

Choose a tag to compare

Packaging-only patch release. Ships as Mojo source under lib/mojo/sqlite/ instead of a .mojopkg (avoids cross-nightly MLIR/IR drift) and pins the toolchain to mojo == 0.26.3.0.dev2026042005. No code or API changes since v0.1.0.

v0.1.0

15 Apr 05:59

Choose a tag to compare

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 @model decorator
  • 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" }

API Documentation

Full API reference