Add rss parsing

This commit is contained in:
2024-05-05 13:17:09 +02:00
parent b1b56cfd5a
commit 04831467f7
4 changed files with 126 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ create table if not exists feeds(
tags text[] not null,
submitter_id uuid not null references users(id),
added_date timestamp with time zone not null,
etag text,
last_fetch_date timestamp with time zone
);
create table if not exists entries(