Skip to content

Commit

Permalink
Add info about official MySQL provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmiller committed Sep 14, 2016
1 parent 9fd6875 commit a35a0ac
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/providers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Database Providers
sql-server/index
sqlite/index
npgsql/index
mysql/index
sql-compact/index
ibm/index
in-memory/index
devart/index
mysql/index
oracle/index
35 changes: 31 additions & 4 deletions docs/providers/mysql/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
MySQL (Coming Soon)
===================
MySQL
=====

We are working with the MySQL team to make a MySQL provider available. Please direct any questions about this provider, including the release timeline, to the `MySQL Project <http://forums.mysql.com/list.php?38>`_.
This database provider allows Entity Framework Core to be used with MySQL. The provider is maintained as part of the `MySQL project <http://dev.mysql.com>`_.

DevArt dotConnect does offer a paid provider for MySQL, see :doc:`/providers/devart/index` for details.
.. contents:: `In this article:`
:depth: 2
:local:

Install
-------

Install the `MySql.Data.EntityFrameworkCore NuGet package <https://www.nuget.org/packages/MySql.Data.EntityFrameworkCore>`_.

.. code-block:: text
PM> Install-Package MySql.Data.EntityFrameworkCore
Get Started
-----------

See `Starting with MySQL EF Core provider and Connector/Net 7.0.4 <http://insidemysql.com/howto-starting-with-mysql-ef-core-provider-and-connectornet-7-0-4/>`_.

Supported Database Engines
--------------------------

* MySQL

Supported Platforms
-------------------

* Full .NET (4.5.1 onwards)
* .NET Core

0 comments on commit a35a0ac

Please sign in to comment.