Connection string for NpgSQL for PostgreSQL

This article gives the standard connection string for NpgSQL for PostgreSQL.
  • 4180

Standard for Npgsql

Npgsql is a .Net data provider for postgreSQL. It allows the database server access to any program developed for .net framework. It supports entity framework for ASP.Net providers. To use Npgsql use the following connection string.

Server=127.0.0.1;Port=5432;Database=user_DataBase;User Id=Username;Password=user_Password;
 
Further Readings

You may also want to read these related articles.

Ask Your Question

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.