UNPKG

adapter-sqlite-cordova

Version:

Run SQLite on the device and IndexedDB in the browser with exactly the same API with nanoSQL 2!

5 lines (4 loc) 220 B
import * as sqliteCordova from "./index"; import { nSQL, nanoSQL, nSQLv1Config } from "@nano-sql/core"; declare const getMode: () => sqliteCordova.SQLiteCordova | "PERM"; export { nSQL, nanoSQL, nSQLv1Config, getMode };