mirror of
https://github.com/directus/directus.git
synced 2026-01-24 07:37:57 -05:00
Include all db drivers ootb
This commit is contained in:
@@ -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
1085
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user