Skip to content

Commit

Permalink
Link to Microsoft.Data.Sqlite docs
Browse files Browse the repository at this point in the history
Resolves dotnet#934
  • Loading branch information
bricelam committed Oct 6, 2020
1 parent 2ee9b57 commit 1fafb96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entity-framework/core/providers/sqlite/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ Otherwise, we recommend using `dotnet ef database update` to apply migrations. S
```dotnetcli
dotnet ef database update --connection "Data Source=My.db"
```

## See also

* [Microsoft.Data.Sqlite Async Limitations](/dotnet/standard/data/sqlite/async)
* [Microsoft.Data.Sqlite ADO.NET Limitations](/dotnet/standard/data/sqlite/adonet-limitations)
2 changes: 2 additions & 0 deletions entity-framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@
- name: Spatial data
displayName: GIS
href: core/providers/sqlite/spatial.md
- name: Microsoft.Data.Sqlite >>
href: /dotnet/standard/data/sqlite/
- name: Cosmos
items:
- name: Overview
Expand Down

0 comments on commit 1fafb96

Please sign in to comment.