UNPKG

expo-sqlite

Version:

Provides access to a database that can be queried through a WebSQL-like API (https://www.w3.org/TR/webdatabase/). The database is persisted across restarts of your app.

12 lines 455 B
import { SQLiteOpenOptions } from './NativeDatabase'; declare const _default: { readonly name: string; NativeDatabase(databaseName: string, options?: SQLiteOpenOptions): void; NativeStatement(): void; deleteDatabaseAsync(databaseName: string): Promise<void>; deleteDatabaseSync(databaseName: string): void; addListener(): never; removeListeners(): never; }; export default _default; //# sourceMappingURL=ExpoSQLiteNext.d.ts.map