Update ARCHITECTURE.md

This commit is contained in:
Peter Cho
2025-05-08 12:37:18 -07:00
committed by GitHub
parent 82ced4f006
commit 78316e6c00

View File

@@ -44,7 +44,7 @@ For all intents and purposes, the database and models are managed in the fronten
It's done via a Tauri plugin called `tauri-plugin-sql`. Technically, the plugin It's done via a Tauri plugin called `tauri-plugin-sql`. Technically, the plugin
just creates a bridge between the frontend and backend through Tauri's `invoke` just creates a bridge between the frontend and backend through Tauri's `invoke`
mechanism. So while the queries are technically being made via Sqlx in Rust, as mechanism. So while the queries are technically being made via Sqlx in Rust, as
a developer, it's all done via our Typescript models. a developer you only need to worry about the Typescript models.
### Models ### Models