database connection working

This commit is contained in:
Iaphetes 2025-02-11 21:31:03 +01:00
parent c14cd954a2
commit 3a98a86d46
8 changed files with 394 additions and 455 deletions

5
package.json Normal file
View file

@ -0,0 +1,5 @@
{
"dependencies": {
"@tauri-apps/plugin-sql": "^2.2.0"
}
}