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

4 lines (3 loc) 124 B
import { DatabaseHelper } from 'database-builder'; export declare class DatabaseHelperService extends DatabaseHelper { }