This website requires JavaScript.
Explore
Help
Sign In
CalvinBackup
/
tauri-plugins-workspace
Watch
1
Star
0
Fork
0
You've already forked tauri-plugins-workspace
mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced
2026-04-21 11:26:15 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
995e76436fc1ec286446cc1a1a376dce85c602b6
tauri-plugins-workspace
/
plugins
/
sql
/
src
T
History
Mike
1dc3612862
fix(sql): add SQL support for Postgres
NUMERIC
and custom data types (
fix
:
#3158
) (
#3275
)
2026-03-05 13:31:20 +01:00
..
decode
fix(sql): add SQL support for Postgres
NUMERIC
and custom data types (
fix
:
#3158
) (
#3275
)
2026-03-05 13:31:20 +01:00
commands.rs
fix(sql): replace Mutex with RwLock to enable concurrent SQL execution (
#1972
)
2024-10-26 13:19:59 +02:00
error.rs
refactor(sql): Allow multiple drivers at the same time (
#1838
)
2024-10-01 09:47:08 -03:00
lib.rs
fix(sql) Allow tauri-plugin-sql to work when Tauri is running async (
#2038
)
2024-11-13 16:58:50 +01:00
wrapper.rs
fix(sql): more explicit error if no driver is enabled (
#2047
)
2024-11-13 23:43:58 +01:00