A minimal wrapper around SQLite for NativeScript applications. Version 1.0.8 provides a simplified API for executing SQL statements and managing databases on iOS and Android. It wraps the NativeScript SQLite plugin with a promise-based interface. Key differentiator: lightweight, no external dependencies beyond NativeScript runtime. Release cadence is irregular with low activity; last update 2021.
npm install nicole-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a SQLite database and runs a simple query to demonstrate the promise-based API.
Use nativescript-sqlite directly if custom path needed.
Check if database exists before calling init.
Create custom .d.ts or use @types/nicole-sqlite if available.
npm install nativescript-sqlite
Use import Sqlite from 'nicole-sqlite'