feat: use sqlx
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 6m59s

This commit is contained in:
2025-05-04 15:17:48 +02:00
parent af89aa8639
commit b20a48be25
15 changed files with 165 additions and 190 deletions

View File

@@ -12,6 +12,6 @@ CREATE TABLE account (
created_at DATETIME NOT NULL,
created_by TEXT NOT NULL,
updated_at DATETIME,
updated_by TEXT,
updated_by TEXT
) WITHOUT ROWID;