Initial commit
This commit is contained in:
4
sqlc/query.sql
Normal file
4
sqlc/query.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- name: CreateFoodItem :one
|
||||
INSERT INTO food_items(title, description)
|
||||
VALUES ($1, $2)
|
||||
RETURNING *;
|
||||
Reference in New Issue
Block a user