NitroSQLite
React native nitro sqliteType aliases

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

Type Alias: QueryResult<Row>

Declaration: TypeScript · View source on GitHub

QueryResult<Row> = NitroSQLiteQueryResult & object

Query result with a row adapter for TypeORM-style consumers.

Type Declaration

rows

rows: NitroSQLiteQueryResultRows<Row>

Query rows in a TypeORM-compatible collection.

Type Parameters

Row

Row extends QueryResultRow = QueryResultRow