Environment data model backend

This commit is contained in:
Gregory Schier
2023-10-22 16:05:09 -07:00
parent d920632cbd
commit afe6a3bf57
5 changed files with 230 additions and 1 deletions

5
.sqllsrc.json Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "yaak-dev",
"adapter": "sqlite3",
"filename": "src-tauri/db.sqlite"
}