Question : I am using npgsql with a postgres DB, writing a DB updater that will need to execute a […]
Tag: npgsql
What is the relationship between ADO.NET and Npgsql?
Question : There is a sentence in the Npgsql official page: Npgsql is an open source ADO.NET Data Provider for […]
Concurrency / Transaction Concerns with PostgreSQL Copy (bulk insert)
Question : We’re building a CQRS system backed by Postgres. As part of this, we generate ‘readmodels’ which are precalculated […]