Add proper ORM and postgres support (#3978)
* Add postgresql support * Fixes * Fix perfs
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
BASE_URL=http://localhost:3000
|
||||
GITHUB_TOKEN=your_github_token
|
||||
DATABASE_DRIVER=sqlite # or pg
|
||||
DATABASE_PG_URL=postgres://website:website@localhost:5432/website # only if using postgres
|
||||
|
||||
|
||||
Reference in New Issue
Block a user