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.
npm install @vostmarkh/expo-sqlite
src="../../.github/resources/expo-sqlite.svg"
alt="expo-sqlite"
height="64" />
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.
- Documentation for the latest stable release
- Documentation for the main branch
For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.
For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.
```
npx expo install expo-sqlite
No additional set up necessary.
Run npx pod-install after installing the npm package.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
To update bundled SQLite3 and SQLCipher source code under vendor/, you can use the helper scripts:
`shYou should clone expo/expo git repository first
$ cd packages/expo-sqlite