How to generate PostgreSQL UUID with EF Core
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
How to guide to enable EF Core to auto generate UUID/GUID for postgreSQL databases
I experienced some challenges installing and connecting to Postgres SQL on my local Ubuntu 19.04 server, so I thought I would just detail the process… Read More »How to install Postgres SQL Ubuntu
PostgreSQL has bindings for many programming languages such as C, C++, Python, Java, PHP, Ruby and now it’s possible to develop ASP.net Core C# Web Applicaitons using Entity Framework Core to make use of Postgres databases. It can be used to power anything from simple web applications to massive databases with millions of records.