NitroSQLite

BatchQueryCommand

API Reference


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?

optional params?: SQLiteQueryParams | SQLiteQueryParams[]


query

query: string