Please enable JavaScript.
Coggle requires JavaScript to display documents.
PostGres - Coggle Diagram
PostGres
Postgres offical docker image
https://hub.docker.com/_/postgres
Postgres Client Authentification
https://wiki.postgresql.org/wiki/Client_Authentication
psql parameters
https://www.postgresql.org/docs/9.2/app-psql.html
psql commands
https://www.postgresqltutorial.com/psql-commands/
psql transaction
https://www.devart.com/dotconnect/postgresql/docs/Devart.Data.PostgreSql~Devart.Data.PostgreSql.PgSqlConnection~BeginTransaction().html^
Nuget Npqsql Versions History
https://www.nuget.org/packages/Npgsql/4.1.2
NpgsqlConnection.BeginTransaction, Npgsql C# (CSharp) Code Examples - HotExamples
https://csharp.hotexamples.com/examples/Npgsql/NpgsqlConnection/BeginTransaction/php-npgsqlconnection-begintransaction-method-examples.html
C# PostgreSQL tutorial - programming PostgreSQL in C#
http://zetcode.com/csharp/postgresql/
PostgreSQL Tutorial - Learn PostgreSQL from Scratch
https://www.postgresqltutorial.com/
https://youtu.be/aHbE3pTyG-Q
docker Image
https://hub.docker.com/_/postgres
Postgres Wiki
Authentification
https://wiki.postgresql.org/wiki/Client_Authentication
postgresql.org
psql params
https://www.postgresql.org/docs/9.2/app-psql.html
postgresqltutorial
psql commands
https://www.postgresqltutorial.com/psql-commands/
devart.com
PgSqlConnection.BeginnTransaction()
https://www.devart.com/dotconnect/postgresql/docs/Devart.Data.PostgreSql~Devart.Data.PostgreSql.PgSqlConnection~BeginTransaction().html
C# Packages
Nuget
https://www.nuget.org/packages/Npgsql/4.1.2