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

New database provider list #632

Merged
merged 3 commits into from
Feb 26, 2018
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
49 changes: 49 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"redirections": [
{
"source_path": "entity-framework/core/providers/devart/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/firebird-community/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/ibm/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/my-cat/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/mysql/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/npgsql/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/oracle/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/pomelo/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
},
{
"source_path": "entity-framework/core/providers/sql-compact/index.md",
"redirect_url": "/ef/core/providers/index",
"redirect_document_id": false
}
]
}
49 changes: 0 additions & 49 deletions entity-framework/core/providers/devart/index.md

This file was deleted.

44 changes: 0 additions & 44 deletions entity-framework/core/providers/firebird-community/index.md

This file was deleted.

46 changes: 0 additions & 46 deletions entity-framework/core/providers/ibm/index.md

This file was deleted.

2 changes: 1 addition & 1 deletion entity-framework/core/providers/in-memory/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ uid: core/providers/in-memory/index
---
# EF Core In-Memory Database Provider

This database provider allows Entity Framework Core to be used with an in-memory database. This is useful when testing code that uses Entity Framework Core. The provider is maintained as part of the [EntityFramework GitHub project](https://github.com/aspnet/EntityFramework).
This database provider allows Entity Framework Core to be used with an in-memory database. This can be useful for testing, although the SQLite provider in in-memory mode may be a more appropriate test replacement for relational databases. The provider is maintained as part of the [Entity Framework Core Project](https://github.com/aspnet/EntityFrameworkCore).

## Install

Expand Down
Loading