Skip to content

Commit

Permalink
Merge pull request #213 from roji/patch-2
Browse files Browse the repository at this point in the history
Updates to Npgsql provider page
  • Loading branch information
rowanmiller committed Jul 1, 2016
2 parents 20bfd81 + 188147a commit ec92708
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/providers/npgsql/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ Npgsql (PostgreSQL)

This database provider allows Entity Framework Core to be used with PostgreSQL. The provider is maintained as part of the `Npgsql project <http://www.npgsql.org>`_.

.. caution::
Npgsql currently only supports the Entity Framework Core RC2 pre-release.

.. contents:: `In this article:`
:depth: 2
:local:
Expand All @@ -17,12 +14,12 @@ Install the `Npgsql.EntityFrameworkCore.PostgreSQL NuGet package <https://www.nu

.. code-block:: text
PM> Install-Package Npgsql.EntityFrameworkCore.PostgreSQL -Pre
PM> Install-Package Npgsql.EntityFrameworkCore.PostgreSQL
Get Started
-----------

See the `Npgsql documentation <http://www.npgsql.org/doc/ef7.html>`_ to get started.
See the `Npgsql documentation <http://www.npgsql.org/doc/efcore.html>`_ to get started.

Supported Database Engines
--------------------------
Expand Down

0 comments on commit ec92708

Please sign in to comment.