UNPKG

expo-sqlite

Version:

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

6 lines (5 loc) 164 B
export * from './SQLiteDatabase'; export * from './SQLiteSession'; export * from './SQLiteStatement'; export * from './SQLiteTaggedQuery'; export * from './hooks';