codidact / core

The core Codidact Q&A software implementation
GNU Affero General Public License v3.0
259 stars 20 forks source link

Implement an ORM #11

Closed misha130 closed 4 years ago

misha130 commented 4 years ago

As per - https://github.com/codidact/core/projects/1#card-31580308 an ORM needs to be implemented.

As decided in https://forum.codidact.org/t/what-kind-of-orm-should-we-use-in-the-project/549/18 the ORM of choice is going to be EF Core Code First.