williamdenton / AwsRdsPostgresDemo

Demo of using dotnet core 3 using EfCore and AWS RDS for postgres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS RDS Postgres Demo

Dotnet Core 3.0 project demonstrating use of Npgsql and EfCore with AWS.

Project includes demonstration of:

  • Configuring Database contexts different connection strings: migrator, rw and ro
  • Configuration of local postgres docker to emulate an RDS setup
  • Using IAM authentication to RDS

About

Demo of using dotnet core 3 using EfCore and AWS RDS for postgres

License:MIT License


Languages

Language:C# 93.5%Language:Dockerfile 6.5%