Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cac5977

Browse files
authored
Update drivers list in README.md
1 parent a702ba4 commit cac5977

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,18 @@ npm install database-js
3030
## Drivers
3131

3232
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)
3736
- [Firebase](//github.com/mlaanderson/database-js-firebase)
3837
- [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)
4138
- [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)
4243

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.
4445

4546
## Usage
4647

@@ -107,4 +108,4 @@ var Connection = require('database-js').Connection;
107108

108109
## License
109110

110-
[MIT](https://github.com/mlaanderson/database-js/blob/master/LICENSE)
111+
[MIT](LICENSE)

0 commit comments

Comments
 (0)