SQLite
SQL, transactions, migrations and live queries for offline-first apps — openDatabase, parameterized execute, PRAGMA user_version migrations and a reactive useLiveQuery hook.
Installation
pnpm add @sigx/lynx-sqlite
sigx prebuild # auto-links the native moduleAbout
@sigx/lynx-sqlite is a Lynx module — embedded SQLite database. It is versioned in lockstep with the rest of the Lynx module family, so any combination of modules just works together.
Next steps
Continue with Installation for project setup, or jump to the API reference.
