Include all db drivers ootb

This commit is contained in:
rijkvanzanten
2020-06-16 11:59:07 -04:00
parent 47c60b2692
commit 76dae3caad
3 changed files with 1068 additions and 23 deletions

View File

@@ -8,7 +8,6 @@
### Instructions
1. Clone the repo
2. Install the dependencies with `npm install`
3. Install the database driver for the DB you'd like to use. One of: `pg`, `sqlite3`, `mysql`, `mysql2`, `oracledb`, `mssql`
## Usage

1085
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,12 @@
},
"dependencies": {
"express": "^4.17.1",
"mssql": "^6.2.0",
"mysql": "^2.18.1",
"oracledb": "^4.2.0",
"pg": "^8.2.1",
"pino": "^6.3.2",
"sqlite3": "^4.2.0",
"ts-node-dev": "^1.0.0-pre.49"
}
}