UNPKG

expo-sqlite

Version:

Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.

5 lines 162 B
export * from './SQLiteDatabase'; export * from './SQLiteSession'; export * from './SQLiteStatement'; export * from './hooks'; //# sourceMappingURL=index.d.ts.map