expo-sqlite-devtools
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Expo SQLite Dev Plugin

expo-sqlite-devtools

An Expo SQLite DevTool that can run in an Expo App.

Installation

  • Add the package to your Expo project:

    npx expo install expo-sqlite-devtools
    
  • Integrate Expo SQLite with the DevTool hook:

    import { useSQLiteDevTools } from 'expo-sqlite-devtools';
    
    const db = new SQLite.openDatabaseSync(...);
    
    export default function App() {
      useSQLiteDevTools(db);
    
      return (
        <View>
          {/* ... */}
        </View>
      );
    }

Readme

Keywords

Package Sidebar

Install

npm i expo-sqlite-devtools

Weekly Downloads

193

Version

0.0.2

License

MIT

Unpacked Size

505 kB

Total Files

16

Last publish

Collaborators

  • itsjatinnagar