diff --git a/entity-framework/core/providers/sqlite/limitations.md b/entity-framework/core/providers/sqlite/limitations.md index 3590369a82..8c2d8516d6 100644 --- a/entity-framework/core/providers/sqlite/limitations.md +++ b/entity-framework/core/providers/sqlite/limitations.md @@ -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) diff --git a/entity-framework/toc.yml b/entity-framework/toc.yml index c316803827..d5ad8fa004 100644 --- a/entity-framework/toc.yml +++ b/entity-framework/toc.yml @@ -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