UNPKG

ionic-database-builder

Version:

Extended library from database-builder to assist in creating and maintaining SQL commands. Allowing integrate execute commands with SQLite ('@ionic-native/sqlite'), Web Sql, etc. Through the interface injection 'DatabaseCreatorContract' returning an imple

7 lines (6 loc) 165 B
import { GetMapper } from 'database-builder'; export interface DatabaseSettingsModel { version: number; databaseName: string; mapper: GetMapper; }