tauri-plugin-sql
tauri-plugin-sql copied to clipboard
[READ ONLY] This repository is a mirror, for issue tracking and development head to: https://github.com/tauri-apps/plugins-workspace
Hi and thank you for everything you are doing. I just started using Tauri (+ this plugin) for a side Angular project and results were amazing so far. One thing...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.25.0` -> `8.26.0`](https://renovatebot.com/diffs/npm/eslint/8.25.0/8.26.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-node-resolve](https://togithub.com/rollup/plugins/tree/master/packages/node-resolve/#readme) ([source](https://togithub.com/rollup/plugins)) | [`15.0.0` -> `15.0.1`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-node-resolve/15.0.0/15.0.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@rollup/plugin-typescript](https://togithub.com/rollup/plugins/tree/master/packages/typescript/#readme) ([source](https://togithub.com/rollup/plugins)) | [`9.0.1` -> `9.0.2`](https://renovatebot.com/diffs/npm/@rollup%2fplugin-typescript/9.0.1/9.0.2) |...
- removed the _dual_ examples to focus just on the more up-to-date VueJS example code - added `select_one` to complement `select` on the API surface (note: these probably should have...
Currently there is no way of cleanly closing the database connection when the user quits the app. Most databases are resilient to this, but such a behavior can lead to...