refactored scrapers

This commit is contained in:
2025-02-16 15:07:59 -06:00
parent fc21549791
commit 283ed3eaea
13 changed files with 800 additions and 8 deletions
+11 -1
View File
@@ -4,6 +4,16 @@ SELECT
FROM
event
WHERE
url = ?
slug = ?
LIMIT
1;
-- name: GetTapology :one
SELECT
*
FROM
tapology
WHERE
name = ?
LIMIT
1;