UNPKG

expo-sqlite

Version:

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

3 lines 132 B
import { requireNativeModule } from 'expo'; export default requireNativeModule('ExpoSQLite'); //# sourceMappingURL=ExpoSQLite.js.map