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