Built basic blog backend.
This commit is contained in:
1
private/database/queries/blog/getArticleById.sql
Normal file
1
private/database/queries/blog/getArticleById.sql
Normal file
@ -0,0 +1 @@
|
||||
SELECT * FROM "BlogArticles" WHERE "id" = ${id};
|
Reference in New Issue
Block a user