0.1.17 • Published 6 months ago

react-native-sqlite-explorer v0.1.17

Weekly downloads
-
License
MIT
Repository
github
Last release
6 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

6 months ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.15

1 year ago

0.1.16

12 months ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago