TezzNative v1.1.0 is hardening toward production. View roadmap

Framework

TezzDB Framework

Embedded database helpers for local application state and query workflows.

Beta

Production boundary

This framework is documented with a maturity label. Stable applications should pin SDK versions and add smoke tests before relying on beta or experimental behavior.

  • Use explicit imports.
  • Track platform behavior in release notes.
  • Report failures through `/support/` or CLI report forms.
TezzDB Framework example
import "tezzdb"

fn main():
  db:*TezzDb = tezzdb.open("app.tdb")
  tezzdb.close(db)