This commit is contained in:
2025-03-11 10:53:45 +02:00
parent f23f3fbf53
commit 9bbda8d021
14 changed files with 231 additions and 3 deletions

2
sql/queries/getUser.sql Normal file
View File

@@ -0,0 +1,2 @@
-- name: GetUser :one
SELECT * FROM users WHERE name = $1;