# react-native-sqlite-helper

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu) [![LICENSE](https://img.shields.io/badge/license-Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE) [![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)

This repository is based on *[andpor/react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage)*, you should install and link react-native-sqlite-storage first.

## Features:

(1) Use Promise

(2) Non-blocking

(3) Functional SQL

(4) Formatted return

## Usage

`npm i --save react-native-sqlite-helper`

### IOS

[linking react-native-sqlite-storage into your ios project](https://github.com/andpor/react-native-sqlite-storage#ios)

### Android

[linking react-native-sqlite-storage into your android project](https://github.com/andpor/react-native-sqlite-storage#how-to-use-android)


## Documentation

* [简体中文](./docs/zh-cn.md)

* [en](./docs/en-us.md)

## Changelog

[CHANGELOG](./CHANGELOG.md)

## License

MIT

## Sample display

![Sample display](./static/demo.gif)