react-native-nitro-sqliteInterfaces
BatchQueryCommand
API Reference / react-native-nitro-sqlite / BatchQueryCommand
Interface: BatchQueryCommand
Allows the execution of bulk of sql commands inside a transaction If a single query must be executed many times with different arguments, its preferred to declare it a single time, and use an array of array parameters.
Properties
params?
optionalparams?:SQLiteQueryParams|SQLiteQueryParams[]
query
query:
string