{"version":3,"sources":["../../src/driver/nativescript/NativescriptConnectionOptions.ts"],"names":[],"mappings":"","file":"NativescriptConnectionOptions.js","sourcesContent":["import {BaseConnectionOptions} from \"../../connection/BaseConnectionOptions\";\n\n/**\n * NativeScript-specific connection options.\n */\nexport interface NativescriptConnectionOptions extends BaseConnectionOptions {\n\n /**\n * Database type.\n */\n readonly type: \"nativescript\";\n\n /**\n * Database name.\n */\n readonly database: string;\n\n /**\n * The driver object\n * you should pass `require('nativescript-sqlite') here\n */\n readonly driver: any;\n\n}\n"],"sourceRoot":"../.."}
|