File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,18 @@ npm install database-js
30
30
## Drivers
31
31
32
32
Currently available drivers:
33
- - [ MySQL] ( //github.com/mlaanderson/database-js-mysql )
34
- - [ PostgreSQL] ( //github.com/mlaanderson/database-js-postgres )
35
- - [ SQLite] ( //github.com/mlaanderson/database-js-sqlite )
36
- - [ ActiveX Data Objects] ( //github.com/mlaanderson/database-js-adodb )
33
+ - [ ActiveX Data Objects] ( //github.com/mlaanderson/database-js-adodb ) - * Windows only*
34
+ - [ CSV files] ( //github.com/mlaanderson/database-js-csv )
35
+ - [ Excel files] ( //github.com/mlaanderson/database-js-xlsx )
37
36
- [ Firebase] ( //github.com/mlaanderson/database-js-firebase )
38
37
- [ INI files] ( //github.com/mlaanderson/database-js-ini )
39
- - [ Excel files] ( //github.com/mlaanderson/database-js-xlsx )
40
- - [ CSV files] ( //github.com/mlaanderson/database-js-csv )
41
38
- [ JSON files] ( //github.com/thiagodp/database-js-json )
39
+ - [ MySQL] ( //github.com/mlaanderson/database-js-mysql )
40
+ - [ MS SQL Server] ( https://github.com/thiagodp/database-js-mssql )
41
+ - [ PostgreSQL] ( //github.com/mlaanderson/database-js-postgres )
42
+ - [ SQLite] ( //github.com/mlaanderson/database-js-sqlite )
42
43
43
- [ See here] ( https: //github.com/mlaanderson/database-js/wiki/Drivers#implementing-a-new-driver) how to add a new driver.
44
+ [ See here] ( //github.com/mlaanderson/database-js/wiki/Drivers#implementing-a-new-driver ) how to add a new driver.
44
45
45
46
## Usage
46
47
@@ -107,4 +108,4 @@ var Connection = require('database-js').Connection;
107
108
108
109
## License
109
110
110
- [ MIT] ( https://github.com/mlaanderson/database-js/blob/master/ LICENSE)
111
+ [ MIT] ( LICENSE )
You can’t perform that action at this time.
0 commit comments