first db schema gen

This commit is contained in:
2025-04-13 18:15:22 -05:00
parent d4473f98b6
commit 0bbd1b2bca
16 changed files with 147 additions and 12 deletions
@@ -0,0 +1,3 @@
-- name: GetAuthor :one
SELECT * FROM recordings
WHERE id = ? LIMIT 1;