realworld-aspnetcore-kit icon indicating copy to clipboard operation
realworld-aspnetcore-kit copied to clipboard

Consider other database examples

Open adamhathcock opened this issue 7 years ago • 0 comments

Right now, it's EF Core with SQLite for speed and ease of testing.

SQLite can easily be replaced with other database providers of Entity Framework Core: https://docs.microsoft.com/en-us/ef/core/providers/index

I'd also like an example not using EF Core. Mongo, Couchbase, LiteDB, etc.

adamhathcock avatar May 02 '17 10:05 adamhathcock