Akylas Sqlite for NativeScript
JSON →Provides SQLite database access for NativeScript apps on Android and iOS. Version 3.0.5 stable. It offers synchronous SQLite operations (must be wrapped in async wrappers manually) and supports CRUD, transactions, and batch execution. Key differentiators: lightweight, no native build tools required, works with NativeScript CLI plugin approach. Compared to alternatives like @nativescript/sqlite, it uses a slightly different API with openOrCreate and deleteDatabase directly. The plugin ships TypeScript types and follows NativeScript plugin conventions. No major breaking changes reported recently, but users often misuse synchronous calls in UI thread.
Resources
packagenativescript-akylas-sqlite ↗