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) 171 B
export interface MapperSettingsModel { references?: boolean; referencesId?: boolean; referencesIdRecursive?: boolean; referencesIdColumn?: string; }