@tauri-apps/plugin-sql
Advanced tools
@@ -7,3 +7,3 @@ export interface QueryResult { | ||
| * | ||
| * This value is always `0` when using the Postgres driver. If the | ||
| * This value is not set for Postgres databases. If the | ||
| * last inserted id is required on Postgres, the `select` function | ||
@@ -13,3 +13,3 @@ * must be used, with a `RETURNING` clause | ||
| */ | ||
| lastInsertId: number; | ||
| lastInsertId?: number; | ||
| } | ||
@@ -16,0 +16,0 @@ /** |
+1
-1
| { | ||
| "name": "@tauri-apps/plugin-sql", | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "description": "Interface with SQL databases", | ||
@@ -5,0 +5,0 @@ "license": "MIT OR Apache-2.0", |
+1
-1
@@ -59,3 +59,3 @@  | ||
| `src-tauri/src/main.rs` | ||
| `src-tauri/src/lib.rs` | ||
@@ -62,0 +62,0 @@ ```rust |
19700
-0.06%