Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Microsoft.Data.Sqlite docs #2737

Merged
merged 1 commit into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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