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
+8
View File
@@ -1,5 +1,7 @@
-- +goose Up
-- +goose StatementBegin
--PRAGMA journal_mode = WAL;
CREATE TABLE event (
url TEXT NOT NULL UNIQUE,
slug TEXT NOT NULL UNIQUE,
@@ -11,4 +13,10 @@ CREATE TABLE event (
fights TEXT NOT NULL,
history TEXT NOT NULL
);
CREATE TABLE tapology (
name TEXT NOT NULL UNIQUE,
url TEXT NOT NULL UNIQUE
);
-- +goose StatementEnd