react-native-sqlite-sqlcipher
v0.1.0
Published
SQLite with SQLCipher encryption support for React Native
Readme
react-native-sqlite-sqlcipher
SQLite with SQLCipher encryption support for React Native
Installation
npm install react-native-sqlite-sqlcipherUsage
import SQLite from "react-native-sqlite-sqlcipher";
// ...
const db = await SQLite.openDatabase({ name: DB_NAME, key: DB_PASSWORD, location: 'default' });License
MIT
