PackageTrack
Sign in Get early access

basalt_sqlite

SQLite backend for the Basalt Dart ORM — a Connection + SqlDialect on package:sqlite3, plus the CLI adapter for migrations and schema generation.

0.1.0 4akloon/basalt_dart

What this package is like to depend on

Last release 1 months ago

22 Jul 2026

Too new to tell

only 2 release windows

Nearly every release is documented

notes for 3 of 3 stable releases

Nothing withdrawn

no release was ever pulled

1 months old

3 releases · first in 2026

3 releases in the last 12 months

see the full history below

Release timeline

3 releases · Jul 2026 to Jul 2026
Release Pre-release

Releases

latest 3
  1. 0.1.0 22 Jul 2026
    Release notes
    • Requires basalt >=0.1.0 <0.2.0 — the new table-marker shape (final class X extends TableRef<X> with owner-linked columns).
    • Declares supported platforms explicitly (Android, iOS, Linux, macOS, Windows): the package:sqlite3 FFI entrypoint rules out the web target, and the explicit set removes the partial web-without-WASM platform score.
    • No functional changes.
    Open source →
  2. 0.0.2 16 Jul 2026
    Release notes
    • SqliteDialect.castType — implements the new SqlDialect seam; SQLite is dynamically typed, so it never asks for a cast (null).
    • Supports the core's new batch updateAll statement (UPDATE ... FROM, needs SQLite ≥ 3.33).
    • Requires basalt >=0.0.2 <0.1.0.
    Open source →
  3. 0.0.1 12 Jul 2026
    Release notes

    Initial development release of the SQLite backend for basalt_dart.

    • SqliteConnection — an async-first Connection over package:sqlite3 (open/memory), running synchronously and returning completed futures.
    • SqliteDialect — the SqlDialect implementation (identifier quoting, ? placeholders, RETURNING-free counts).
    • Transactions with nested SAVEPOINT support and rollback on error.
    • introspect() over sqlite_master/PRAGMA for the CLI's generate-schema.
    • SqliteAdapter (lib/adapter.dart) — the BasaltAdapter CLI seam with open/reset and default type-override presets.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive