You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Connection String in Postgres format: `postgres://username:password@hostname:PORT/databasename`
57
+
- Uses [pg](https://www.npmjs.com/package/pg)
56
58
3. Microsoft SQL Server
57
59
- 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
0 commit comments