UNPKG

rn-async-database

Version:

A simple database base on react-native AsyncStorage.

10 lines (8 loc) 149 B
"use strict"; var Migrations = [{ version: 0.2, perform: function perform() { // perform actions here. } }]; module.exports = Migrations;