Home Reference - Connection Strings
Post
Cancel

Reference - Connection Strings

Connection Strings Reference

Postgre

1
"Server=localhost; Port=5432; Database=dbname; User Id=postgres; Password=password"

SQL Server

Local DB - Trusted Connection:

1
"Server=(localdb)\\mssqllocaldb;Database=EfCoreAppSqlServer;Trusted_Connection=True;MultipleActiveResultSets=true"
This post is licensed under CC BY 4.0 by the author.