Pomelo.EntityFrameworkCore.MySql
9.0.0-preview.1
dotnet add package Pomelo.EntityFrameworkCore.MySql --version 9.0.0-preview.1
NuGet\Install-Package Pomelo.EntityFrameworkCore.MySql -Version 9.0.0-preview.1
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="9.0.0-preview.1" />
paket add Pomelo.EntityFrameworkCore.MySql --version 9.0.0-preview.1
#r "nuget: Pomelo.EntityFrameworkCore.MySql, 9.0.0-preview.1"
// Install Pomelo.EntityFrameworkCore.MySql as a Cake Addin #addin nuget:?package=Pomelo.EntityFrameworkCore.MySql&version=9.0.0-preview.1&prerelease // Install Pomelo.EntityFrameworkCore.MySql as a Cake Tool #tool nuget:?package=Pomelo.EntityFrameworkCore.MySql&version=9.0.0-preview.1&prerelease
About
Pomelo.EntityFrameworkCore.MySql is the Entity Framework Core (EF Core) provider for MySQL, MariaDB, Amazon Aurora, Azure Database for MySQL and other MySQL-compatible databases.
It is build on top of MySqlConnector.
How to Use
public class Startup
{
public void ConfigureServices(IServiceCollection services)
{
// Replace with your connection string.
var connectionString = "server=localhost;user=root;password=1234;database=ef";
// Replace with your server version and type.
// Use 'MariaDbServerVersion' for MariaDB.
// Alternatively, use 'ServerVersion.AutoDetect(connectionString)'.
// For common usages, see pull request #1233.
var serverVersion = new MySqlServerVersion(new Version(8, 0, 29));
// Replace 'YourDbContext' with the name of your own DbContext derived class.
services.AddDbContext<YourDbContext>(
dbContextOptions => dbContextOptions
.UseMySql(connectionString, serverVersion)
// The following three options help with debugging, but should
// be changed or removed for production.
.LogTo(Console.WriteLine, LogLevel.Information)
.EnableSensitiveDataLogging()
.EnableDetailedErrors()
);
}
}
Key Features
- JSON support (both
Newtonsoft.Json
andSystem.Text.Json
) - Spatial support
- High performance
Related Packages
- JSON support
- Spatial support
- Other Packages
License
Pomelo.EntityFrameworkCore.MySql is released as open source under the MIT license.
Feedback
Bug reports and contributions are welcome at our GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore.Relational (>= 9.0.0-preview.1.24081.2 && <= 9.0.0-preview.1.999999)
- MySqlConnector (>= 2.3.5)
NuGet packages (776)
Showing the top 5 NuGet packages that depend on Pomelo.EntityFrameworkCore.MySql:
Package | Downloads |
---|---|
Microting.eForm
Package Description |
|
Pomelo.EntityFrameworkCore.MySql.Design
Package Description |
|
Util.Datas
Util.Datas是Util应用框架的数据访问类库。 Util是一个.net core平台下的应用框架,旨在提升小型团队的开发输出能力,由常用公共操作类(工具类)、分层架构基类、Ui组件,第三方组件封装,第三方业务接口封装,配套代码生成模板,权限等组成。 |
|
Pomelo.EntityFrameworkCore.MySql.NetTopologySuite
NetTopologySuite support for Pomelo's MySQL provider for Entity Framework Core. |
|
Pomelo.EntityFrameworkCore.MySql.Json.Microsoft
JSON support using System.Text.Json for Pomelo's MySQL provider for Entity Framework Core. |
GitHub repositories (123)
Showing the top 5 popular GitHub repositories that depend on Pomelo.EntityFrameworkCore.MySql:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
dotnetcore/CAP
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern
|
|
elsa-workflows/elsa-core
A .NET workflows library
|
Version | Downloads | Last updated | |
---|---|---|---|
9.0.0-preview.1 | 10,537 | 2/28/2024 | |
8.0.2 | 2,423,006 | 3/16/2024 | |
8.0.1 | 269,055 | 2/28/2024 | |
8.0.0 | 931,827 | 2/13/2024 | |
8.0.0-beta.2 | 574,500 | 11/18/2023 | |
8.0.0-beta.1 | 42,337 | 9/29/2023 | |
7.0.0 | 9,862,167 | 1/16/2023 | |
7.0.0-silver.1 | 227,730 | 12/14/2022 | |
7.0.0-alpha.1 | 164,984 | 11/16/2022 | |
6.0.3 | 128,900 | 3/16/2024 | |
6.0.2 | 13,333,036 | 7/24/2022 | |
6.0.1 | 6,193,355 | 1/22/2022 | |
6.0.0 | 2,787,326 | 11/9/2021 | |
6.0.0-rc.2 | 59,975 | 11/9/2021 | |
6.0.0-rc.1 | 2,857 | 11/9/2021 | |
6.0.0-preview.7 | 22,976 | 10/7/2021 | |
6.0.0-preview.6 | 956 | 10/4/2021 | |
6.0.0-preview.5 | 26,713 | 6/27/2021 | |
6.0.0-preview.4 | 15,330 | 5/25/2021 | |
5.0.4 | 1,074,623 | 1/22/2022 | |
5.0.3 | 539,146 | 11/9/2021 | |
5.0.2 | 703,373 | 10/4/2021 | |
5.0.1 | 2,006,773 | 6/27/2021 | |
5.0.0 | 1,829,741 | 4/28/2021 | |
5.0.0-beta.2 | 5,407 | 4/28/2021 | |
5.0.0-beta.1 | 77,334 | 4/22/2021 | |
5.0.0-alpha.2 | 1,550,528 | 11/12/2020 | |
5.0.0-alpha.1 | 76,969 | 11/5/2020 | |
3.2.7 | 928,111 | 10/4/2021 | |
3.2.6 | 486,593 | 6/27/2021 | |
3.2.5 | 244,581 | 4/21/2021 | |
3.2.4 | 2,924,423 | 11/2/2020 | |
3.2.3 | 483,754 | 10/13/2020 | |
3.2.2 | 357,317 | 9/30/2020 | |
3.2.1 | 120,477 | 9/23/2020 | |
3.2.0 | 270,082 | 9/16/2020 | |
3.1.2 | 1,615,341 | 7/22/2020 | |
3.1.1 | 4,204,770 | 1/29/2020 | |
3.1.0 | 916,406 | 12/16/2019 | |
3.1.0-rc1.final | 31,914 | 12/6/2019 | |
3.0.1 | 122,514 | 12/4/2019 | |
3.0.0 | 244,922 | 11/18/2019 | |
3.0.0-rc3.final | 40,438 | 11/7/2019 | |
3.0.0-rc2.final | 6,046 | 11/5/2019 | |
3.0.0-rc1.final | 151,082 | 10/6/2019 | |
2.2.6 | 1,663,733 | 10/15/2019 | |
2.2.0 | 4,587,810 | 2/7/2019 | |
2.1.4 | 2,262,754 | 11/30/2018 | |
2.1.2 | 1,216,559 | 9/4/2018 | |
2.1.1 | 752,735 | 7/7/2018 | |
2.1.0 | 214,960 | 7/11/2018 | |
2.0.1 | 1,032,622 | 11/26/2017 | |
2.0.0.1 | 64,968 | 10/27/2017 | |
2.0.0 | 337,644 | 9/19/2017 | |
1.1.2 | 321,244 | 5/6/2017 | |
1.1.0 | 59,849 | 11/29/2016 | |
1.0.1 | 17,770 | 10/29/2016 | |
1.0.0 | 28,669 | 8/5/2016 |