Replace psql by mysql
Showing
... | ... | @@ -28,6 +28,7 @@ |
"gulp-typescript": "^3.1.6", | ||
"pg": "^6.2.3", | ||
"pg-native": "^1.10.1", | ||
"typescript": "^2.3.2" | ||
"typescript": "^2.3.2", | ||
"mysql": "2.13.0" | ||
} | ||
} |
server/src/lib/db/mysql.ts
0 → 100644
Please register or sign in to comment