API reference / @evolu/common / Sqlite / SqliteExecResult
Interface: SqliteExecResult<R>
Defined in: packages/common/src/Sqlite.ts:107
Result of executing a SQLite query.
Type Parameters
| Type Parameter | Default type |
|---|---|
R extends SqliteRow | SqliteRow |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
changes | readonly | number | packages/common/src/Sqlite.ts:109 |
rows | readonly | readonly R[] | packages/common/src/Sqlite.ts:108 |