333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
1
{"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":"../.."}