Rewrite to use embed.FS and sqlx.

This commit is contained in:
2022-01-02 19:46:54 -08:00
parent ff130af80a
commit cae890c983
6 changed files with 133 additions and 18 deletions

View File

@ -0,0 +1,2 @@
-- Can use SQL comments here!
SELECT username FROM users WHERE id = :user_id;