chore: split out store db

This commit is contained in:
xuu
2024-11-20 09:05:05 -07:00
parent 0ea449264a
commit 3d6048e544
4 changed files with 152 additions and 119 deletions

View File

@@ -7,6 +7,7 @@ import (
type Feed struct {
FeedID uuid
FetchURI string
URI string
Nick string
LastScanOn sql.NullTime