fanesz
Results
11
comments of
fanesz
As documented [here](https://v2.tauri.app/reference/javascript/sql/#properties-1), to get any return value from a query, you should use `db.select("INSERT INTO ...")` instead of `db.execute("INSERT INTO ...")`. By using this approach, the return value becomes...