P
P
PoleW2016-09-14 17:16:44
Database
PoleW, 2016-09-14 17:16:44

What database to use for ASP.NET Core so that the project is cross-platform?

Good afternoon.
Please tell me which database to choose for the ASP.NET Core project so that it is cross-platform (Mac, Linux, Windows)?
Previously used SQL Server in conjunction with ASP.NET MVC 5, but what alternative with Entity Framework support can I take instead so that I can deploy the project on any OS?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2016-09-14
@yarosroman

PostgreSQL, SQLite (but it may have gaps during migration, as it does not support a lot of things, such as changing key fields and adding fields with more restrictions, deleting fields.)

P
Peter, 2016-09-14
@petermzg

mysql

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question