Skip to content

Commit

Permalink
📝 mention driver packages used
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley authored Dec 11, 2023
1 parent fe65ed3 commit af36834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ Currently the application supports:

1. SQLite
- Connection String as pth to the DB File: `./mydatabase.db`. Relative paths may be used but will be resolved from the current directory
- Uses [sqlite](https://www.npmjs.com/package/sqlite)
2. PostgreSQL
- Connection String in Postgres format: `postgres://username:password@hostname:PORT/databasename`
- Uses [pg](https://www.npmjs.com/package/pg)
3. Microsoft SQL Server
- 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
- Uses [mssql](https://www.npmjs.com/package/mssql)

> Contributions welcome for additional database support
Expand Down

0 comments on commit af36834

Please sign in to comment.