Lynx/Modules/SQLite
@sigx/lynx-sqlite · Stable

SQLite#

SQL, transactions, migrations and live queries for offline-first apps — openDatabase, parameterized execute, PRAGMA user_version migrations and a reactive useLiveQuery hook.

v0.7.0 iOS · Android MIT

Installation#

Terminal
pnpm add @sigx/lynx-sqlite
sigx prebuild   # auto-links the native module

About#

@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.