Doese somebody know a good list/rescource, where I can read, which serverless database systems support Entity Framework 6.x and EF code first migrations, including automatic creation of databases and code first migrations?
The goal of this question is to offer customers an alternative to MsSQL, but with minimum changes to the code.
The dream would be, only to change the 'connection string' to point to a serverless database and the application would run as expected. (just the normal MsSQL behavior, but serverless)
For example, some serverless DBs, like SQLite, doesn't seem to support the automatic creation of databases, if they don't exist at application start.
Thank you.
EDIT:
Microsoft has deprecated MS SQL Server Compact from Visual Studio 2013. My own explanation for this is, that CE is a serverless DB system, that only runs on Windows machines today. Microsofts long term goal seems to be, to offer a real cross platform environment with newer Visual Studio versions. So a serverless DB, that doesn't run on Linux, Android and iOS makes no more sense.
So maybe the better question would be, which serverless DB supports all major plattforms today and in the future?