Skip to content

Commit af36834

Browse files
authored
📝 mention driver packages used
1 parent fe65ed3 commit af36834

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ Currently the application supports:
5151

5252
1. SQLite
5353
- Connection String as pth to the DB File: `./mydatabase.db`. Relative paths may be used but will be resolved from the current directory
54+
- Uses [sqlite](https://www.npmjs.com/package/sqlite)
5455
2. PostgreSQL
5556
- Connection String in Postgres format: `postgres://username:password@hostname:PORT/databasename`
57+
- Uses [pg](https://www.npmjs.com/package/pg)
5658
3. Microsoft SQL Server
5759
- Connection String in SQL Server Format: `Server=hostname:PORT;Database=databasename;User Id=username;Password=password;Trusted_Connection=True;`. Can also add `Encrypt=False;` to the end for working with dbs
60+
- Uses [mssql](https://www.npmjs.com/package/mssql)
5861

5962
> Contributions welcome for additional database support
6063

0 commit comments

Comments
 (0)