#9 - feed follows

This commit is contained in:
2025-03-11 14:53:10 +02:00
parent ed8b8860b7
commit b7b7a7d55d
12 changed files with 324 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
-- name: GetFeedByUrl :one
SELECT * FROM feeds WHERE url = $1;