PackageTrack
Sign in Get early access

anaki_mssql

SQL Server driver for AnakiORM. Native connector via Rust FFI.

0.1.4 anaki/anaki_orm

What this package is like to depend on

Last release 1 months ago

20 Jul 2026

Too new to tell

only 2 release windows

Nearly every release is documented

notes for 5 of 5 stable releases

Nothing withdrawn

no release was ever pulled

5 months old

5 releases · first in 2026

5 releases in the last 12 months

see the full history below

Release timeline

5 releases · Mar 2026 to Jul 2026
Release Pre-release

Releases

latest 5
  1. 0.1.4 20 Jul 2026
    Release notes
    • Fix native symbol collision when multiple anaki drivers are loaded in the same process: the driver now binds its FFI symbols from its own library handle first, falling back to the native-assets runtime for bundled builds
    Open source →
  2. 0.1.3 19 Jul 2026
    Release notes
    • Fix universal (arm64+x64) macOS builds: the build hook now copies the binary into the per-config output directory, so each architecture slice gets its own file (previously both slices pointed at the same dylib and lipo failed with duplicate architectures)
    Open source →
  3. 0.1.2 19 Jul 2026
    Release notes
    • Fix pub.dev packaging: native binaries are now really inside the published archive (0.1.1 tarballs were missing native_libs/ because a repo-root gitignore rule excluded them from dart pub publish)
    Open source →
  4. 0.1.1 19 Jul 2026
    Release notes
    • DATETIME/DATETIME2/DATETIMEOFFSET/DATE/TIME, DECIMAL/NUMERIC and GUID columns now decode correctly (previously returned null); timestamps as RFC3339/ISO-8601, decimals as precision-preserving strings
    • FFI exports are panic-safe: internal panics become error responses instead of aborting the host process (#2)
    • Query rows keep the SELECT column order instead of returning alphabetically sorted keys (#5)
    • Native library loads via the native-assets asset id (works with flutter build framework bundling), with filesystem search as fallback (#6)
    • Prebuilt native binaries included for all supported platforms (#4)
    • New build target: Linux ARM64 (aarch64)
    Open source →
  5. 0.1.0 27 Mar 2026
    Release notes
    • Initial release
    • Core AnakiDb class with SQL-first API
    • AnakiQueryBuilder for fluent queries
    • Migrator and Seeder for database migrations
    • Support for SQLite, PostgreSQL, MySQL, and SQL Server
    • Cross-platform native libraries (macOS, Linux, Windows)
    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