0.1.17 • Published 4 months ago

react-native-sqlite-explorer v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

react-native-sqlite-explorer

Explorer for react-native-sqlite-storage inside react native app

Installation

npm install react-native-sqlite-explorer

Usage

import SQLiteExplorer from 'react-native-sqlite-explorer';

const SQLiteExplorerScreen = () => {
  // initial baseName that you used in params or taken from openDatabase success callback:
  // SQLite.openDatabase({ name: baseName, location: 'default' }, DB => { DB.dbname <-- your baseName also here
  const baseName = '<your_base_name_here>';

  return <SQLiteExplorer params={{ name: baseName, location: 'default' }} />;
};

export default SQLiteExplorerScreen;

Tips

Temporarily only for Android

Example 1 Example 2

Example 3 Example 4

License

MIT


Made with create-react-native-library

0.1.17

4 months ago

0.1.12

10 months ago

0.1.13

10 months ago

0.1.14

10 months ago

0.1.15

10 months ago

0.1.16

10 months ago

0.1.10

10 months ago

0.1.9

10 months ago

0.1.8

10 months ago

0.1.7

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.1.4

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago