An open API service indexing awesome lists of open source software.

https://github.com/henus321/react-native-sqlite-explorer

Explorer for react-native-sqlite-storage inside react native app
https://github.com/henus321/react-native-sqlite-explorer

react-native react-native-sqlite-storage sqlite

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# react-native-sqlite-explorer

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

## Installation

```sh
npm install react-native-sqlite-explorer
```

## Usage

```js
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 = '';

return ;
};

export default SQLiteExplorerScreen;
```

## Tips

Temporarily only for Android

![Example 1](/src/assets/example-1.jpg)
![Example 2](/src/assets/example-2.jpg)

![Example 3](/src/assets/example-3.jpg)
![Example 4](/src/assets/example-4.jpg)

## License

MIT

---

Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)