Last active
June 20, 2023 13:21
-
-
Save jamesshenry/5c09ed24c187ad2931e1fda87489c73e to your computer and use it in GitHub Desktop.
Connection String examples for local database connections
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| localdb: "Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Initial Catalog=<SET_DB_NAME>" | |
| postgresql: "Server=localhost;Port=5432;Database=my_db;Username=postgres;Password=postgres" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment