1.0.4 • Published 6 years ago

react-native-simple-db v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Simple react-native JSON database

With this lib you can:

-Store JSON files
-Get JSON files

Installation

To install react-native-simple-db run:

$ npm install react-native-simple-db

Dependencies

To use react-native-simple-db you need to be in a react-native app an have this lib:

@react-native-community/async-storage

Using react-native-simple-db

To load react-native-simple-db lib :

const sdb = require('react-native-simple-db');

To load JSON files :

await sdb.getData(JSON_PATH);

To save JSON files :

sdb.storeData(JSON_PATH, JSON_CONTENT);

License

MIT

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago