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.

8 lines 339 B
// Definitions copied from `@types/websql` as we want // to expose a custom version of the API that: // - uses primitive `string` instead of `String` // - excludes some methods that are not exposed by our API. // // Original definitions by: TeamworkGuy2 <https://github.com/TeamworkGuy2> export {}; //# sourceMappingURL=SQLite.types.js.map