React native nitro sqliteInterfaces
API Reference / react-native-nitro-sqlite / NitroSQLiteConnectionOptions
Interface: NitroSQLiteConnectionOptions
TypeScriptSource files: TypeScript
Options for open() and NitroSQLite.open().
Properties
location?
optionallocation?:string
Defined in: types.ts:8
Directory relative to the platform's database directory.
name
name:
string
Defined in: types.ts:6
Database file name. Only one managed connection may use a name at a time.