222
schangxiang@126.com
2025-06-13 6a8393408d8cefcea02b7a598967de8dc1e565c2
1
{"version":3,"sources":["../browser/src/driver/react-native/ReactNativeConnectionOptions.ts"],"names":[],"mappings":"","file":"ReactNativeConnectionOptions.js","sourcesContent":["import {BaseConnectionOptions} from \"../../connection/BaseConnectionOptions\";\n\n/**\n * Sqlite-specific connection options.\n */\nexport interface ReactNativeConnectionOptions extends BaseConnectionOptions {\n\n    /**\n     * Database type.\n     */\n    readonly type: \"react-native\";\n\n    /**\n     * Database name.\n     */\n    readonly database: string;\n\n    /**\n     * Storage Location\n     */\n    readonly location: string;\n}"],"sourceRoot":"../.."}