tauri-plugin-sql icon indicating copy to clipboard operation
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

Results 26 tauri-plugin-sql issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Other Branches These updates are pending. To force PRs open, click the checkbox...

> dotenv is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `dotenv` | | Version | `0.15.0` | | URL...

When I do such request: ``` await db.select('SELECT COUNT(*) AS "count" FROM (SELECT * FROM "notes")'); ``` The result is: ``` [{"count":null}] ``` I use #release branch

> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...

> xml-rs is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `xml-rs` | | Version | `0.8.4` | | URL...

# Version Updates Merging this PR will release new versions of the following packages based on your change files. # tauri-plugin-sql-api ## [0.1.1] - Initial release. - [8fdbf35](https://www.github.com/tauri-apps/tauri-plugin-sql/commit/8fdbf359bae0e1936bb54cd378e32c4246b256ba) chore: setup...

version updates

Hi, I have troubles using the plugin with SvelteKit. Despite using an init function (like shown in the example) in the onMount-Hook, I get an error of "window is not...

I didn't find a way to close an existing connection either from rust or script.

enhancement
good first issue

Both example apps in this repo are broken. I'd vote for removing and replacing them with a simpler example app, as they are super complex to understand and maintain. Not...

good first issue