Skip to main content

Database Infrastructure

  • All databases that support Entity Framework Core can be used.

  • It comes ready by default with InMemoryDb, PostgreSql and Microsoft SqlServer support.

  • In addition to relational databases, it provides the opportunity to work with NoSQL databases with MongoDB support.

  • For database versions that can work with Entity Framework Core, you can use the Entity Framework Core Providers link.

authors: Kerem VARIŞ, Veli GÖRGÜLÜ