How to use EF Core (EF7) with Mysql server? -


i developing asp.net 5 (now called asp.net core) on linux. cannot connect between ef7 (now called ef core) , mysql server. please tell me solution knew.

thanks.

all available providers listed @ https://docs.microsoft.com/en-us/ef/core/providers/. @ time of writing, there 3 different ef core providers, 2 community versions , 1 official version.

update sept 15, 2016

mysql released first version of official provider ef core.

https://www.nuget.org/packages/mysql.data.entityframeworkcore

there community version of mysql provider

https://www.nuget.org/packages/pomelo.entityframeworkcore.mysql

update may 23, 2016

mysql has announced (quietly) building ef core 1.0 provider. there no details yet on availability. see https://docs.efproject.net/en/latest/providers/mysql/index.html

also, devart announced month ago (proprietary, not-free) providers support ef 7 on .net framework only, including mysql provider. no news yet intention support .net core. http://blog.devart.com/entity-framework-core-1-entity-framework-7-support.html


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -