Skip to content

Commit

Permalink
⬆️ Update provider pages for RTM
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanmiller committed Jun 27, 2016
1 parent 85061c5 commit 2a0bf7b
Show file tree
Hide file tree
Showing 9 changed files with 59 additions and 15 deletions.
41 changes: 41 additions & 0 deletions docs/providers/devart/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
DevArt (MySQL, Oracle, PostgreSQL, DB2, SQL Server, and more)
=============================================================

.. contents:: `In this article:`
:depth: 2
:local:

Paid Versions Only
------------------

DevArt dotConnect is a commercial third party provider. Entity Framework support is only available in paid versions of dotConnect.

Getting Started
---------------

See the `DevArt dotConnect documentation <https://www.devart.com/dotconnect/>`_ to get started.

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

* MySQL
* Oracle
* PostgreSQL
* DB2
* SQL Server
* and more...

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

* Full .NET (4.5.1 onwards)

Status
------

Pre-release available (supports RC2), see the `DevArt dotConnect documentation <https://www.devart.com/dotconnect/>`_ for details.

Project Site
------------

See the `DevArt dotConnect site <https://www.devart.com/dotconnect/>`_ for issues, questions, etc.
2 changes: 1 addition & 1 deletion docs/providers/in-memory/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Supported Platforms
Status
------

`Pre-release Microsoft.EntityFrameworkCore.InMemory package on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory>`_
`Microsoft.EntityFrameworkCore.InMemory package is available on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory>`_

Project Site
------------
Expand Down
4 changes: 3 additions & 1 deletion docs/providers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +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
13 changes: 4 additions & 9 deletions docs/providers/mysql/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
MySQL
=====
MySQL (Coming Soon)
===================

.. contents:: `In this article:`
:depth: 2
:local:
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>`_.

Coming Soon
-----------

A provider for MySQL will be released soon.
DevArt dotConnect does offer a paid provider for MySQL, see :doc:`/providers/devart/index` for details.
2 changes: 1 addition & 1 deletion docs/providers/npgsql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Supported Platforms
Status
------

`Pre-release Npgsql.EntityFrameworkCore.PostgreSQL package on NuGet.org <https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/>`_
`Pre-release Npgsql.EntityFrameworkCore.PostgreSQL package on NuGet.org (supports RC2) <https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL/>`_

Project Site
------------
Expand Down
6 changes: 6 additions & 0 deletions docs/providers/oracle/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Oracle (Coming Soon)
====================

We are working with the Oracle team to make an Oracle provider available. Please direct any questions about this provider, including the release timeline, to the `Oracle Community Site <https://community.oracle.com/>`_.

DevArt dotConnect does offer a paid provider for Oracle, see :doc:`/providers/devart/index` for details.
2 changes: 1 addition & 1 deletion docs/providers/sql-compact/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Supported Platforms
Status
------

Release packages on NuGet.org
Packages are available on NuGet.org
* `EntityFrameworkCore.SqlServerCompact35 <https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact35>`_
* `EntityFrameworkCore.SqlServerCompact40 <https://www.nuget.org/packages/EntityFrameworkCore.SqlServerCompact40>`_

Expand Down
2 changes: 1 addition & 1 deletion docs/providers/sql-server/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Supported Platforms
Status
------

`Pre-release Microsoft.EntityFrameworkCore.SqlServer package on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer>`_
`Microsoft.EntityFrameworkCore.SqlServer package available on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SqlServer>`_

Project Site
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/providers/sqlite/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Supported Platforms
Status
------

`Pre-release Microsoft.EntityFrameworkCore.SQLite package on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SQLite>`_
`Microsoft.EntityFrameworkCore.SQLite package is available on NuGet.org <https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.SQLite>`_

Project Site
------------
Expand Down

0 comments on commit 2a0bf7b

Please sign in to comment.