OGA.PostGres.Lib Usage
Here’s notes on how to create and manage databases with OGA.PostGres.Lib.
This applies to use cases for:
-
Standing up a temporary database for unit and integration testing.
-
Creating live database tables with compatible column types for storing class properties.
-
Blending NPGSQL usage with EntityFramework Core.
No Comments