QueryResult
Defined in: index.ts:7
optionallastInsertId:number
Defined in: index.ts:18
The last inserted id.
This value is not set for Postgres databases. If the
last inserted id is required on Postgres, the select function
must be used, with a RETURNING clause
(INSERT INTO todos (title) VALUES ($1) RETURNING id).
rowsAffected:
number
Defined in: index.ts:9
The number of rows affected by the query.
© 2025 Tauri Contributors. CC-BY / MIT