NitroSQLite
React native nitro sqliteInterfaces

API Reference / react-native-nitro-sqlite / NitroSQLiteConnectionOptions

Interface: NitroSQLiteConnectionOptions

Declaration: TypeScript · View source on GitHub

Options for open() and NitroSQLite.open().

Properties

location?

optional location?: 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.