Add initial database setup and user/artist management functionality
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- albums.sql
|
||||
-- name: GetAlbumByID :one
|
||||
SELECT * FROM albums WHERE id = $1;
|
||||
|
||||
-- name: GetAllAlbums :many
|
||||
SELECT * FROM albums;
|
||||
Reference in New Issue
Block a user