PostgreSQL module for Testcontainers C#
This module allows starting up a PostgreSQL database container with a simpler API surface compared to setting one up manually.
PostgreSQL is a popular open-source SQL-based RDBMS which can be accessed from native apps by using
the libpq library for C or the libpqxx library for C++.
See this page for the list of modules for other languages.