UNPKG

expo-sqlite

Version:

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

4 lines (3 loc) 135 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (props = {}) => ['expo-sqlite', props];