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
- Host: GitHub
- URL: https://github.com/henus321/react-native-sqlite-explorer
- Owner: Henus321
- License: mit
- Created: 2024-08-21T14:52:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T09:54:22.000Z (10 months ago)
- Last Synced: 2025-03-26T07:19:14.714Z (9 months ago)
- Topics: react-native, react-native-sqlite-storage, sqlite
- Language: TypeScript
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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




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