migration to postgresql

This commit is contained in:
Flummi
2022-01-02 06:52:47 +01:00
parent e1bc2c269a
commit e8ff4396aa
11 changed files with 571 additions and 280 deletions

View File

@ -13,8 +13,9 @@
"dependencies": {
"cuffeo": "^1.0.7-3",
"flumm-fetch-cookies": "^1.4.0",
"flummpress": "^2.0.0",
"knex": "^0.95.4",
"mariadb": "^2.5.2"
"flummpress": "^2.0.1",
"knex": "^0.95.15",
"pg": "^8.7.1",
"pg-native": "^3.0.0"
}
}