realworld-aspnetcore-kit
realworld-aspnetcore-kit copied to clipboard
Consider other database examples
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.