react-native-sqlite-sqlcipher
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-sqlite-sqlcipher

SQLite with SQLCipher encryption support for React Native

Installation

npm install react-native-sqlite-sqlcipher

Usage

import SQLite from "react-native-sqlite-sqlcipher";

// ...

const db = await SQLite.openDatabase({ name: DB_NAME, key: DB_PASSWORD, location: 'default' });

License

MIT

Dependencies (0)

    Dev Dependencies (19)

    Package Sidebar

    Install

    npm i react-native-sqlite-sqlcipher

    Weekly Downloads

    10

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    317 kB

    Total Files

    30

    Last publish

    Collaborators

    • jeffreyhyer