Skip to content

Commit

Permalink
docs: document as preview release (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite authored Apr 7, 2021
1 parent a50adb8 commit 9bf9297
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Google.Cloud.EntityFrameworkCore.Spanner
[Google Cloud Spanner](https://cloud.google.com/spanner/docs/) database provider for [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/).

__NOTE: This project is still in DEVELOPMENT. It may make breaking changes without prior notice and should not yet be used for production purposes.__
This project has __Preview__ release status. Known limitations are listed in the [issues](https://github.com/cloudspannerecosystem/dotnet-spanner-entity-framework/issues?q=is%3Aissue+is%3Aopen+label%3A%22known+limitation%22) list.
All supported features have been tested and verified to work with the test configurations. There may be configurations and/or data model variations that have not
yet been covered by the tests and that show unexpected behavior. Please report any problems that you might encounter by [creating a new issue](https://github.com/cloudspannerecosystem/dotnet-spanner-entity-framework/issues/new).

# Getting started
The Entity Framework Core provider allows you to use the Entity Framework to create your database, query and update data.
Expand Down

0 comments on commit 9bf9297

Please sign in to comment.