change db from sqlite3 to postgresql
This commit is contained in:
@@ -5,7 +5,7 @@ import "time"
|
||||
// A simple cache for requests.
|
||||
type Response struct {
|
||||
Url string
|
||||
Content string
|
||||
Processed bool
|
||||
Content []byte
|
||||
Processed bool
|
||||
FetchDate time.Time
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user