Moved to using a real database ORM for testing

This commit is contained in:
2021-04-05 23:11:53 +10:00
parent 82bf61a88d
commit 2567ee4745
14 changed files with 668 additions and 130 deletions

16
test/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "sineql-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node index.js"
},
"author": "Kayne Ruse",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"mariadb": "^2.5.3",
"sequelize": "^6.6.2"
}
}