Pomelo.EntityFrameworkCore.MySql

Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector (by PomeloFoundation)

Pomelo.EntityFrameworkCore.MySql Alternatives

Similar projects and alternatives to Pomelo.EntityFrameworkCore.MySql

PomeloFoundation
Pomelo.EntityFrameworkCore.MySql
  1. ASP.NET Core

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  4. Roslyn

    The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.

  5. Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

  6. ImageSharp

    :camera: A modern, cross-platform, 2D Graphics library for .NET

  7. umbrella

    ⛱ Broadly scoped ecosystem & mono-repository of 205 TypeScript projects (and ~185 examples) for general purpose, functional, data driven development

  8. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  9. uulid.go

    ULID-UUID compatibility library for generating and parsing ULIDs.

  10. Detached-Mapper

    An ORM friendly mapper. Allows saving entire entity graphs. Heavily inspired in GraphDiff and AutoMapper.

  11. timeflake

    Timeflake is a 128-bit, roughly-ordered, URL-safe UUID.

  12. id128

    128-bit id generation in multiple formats

  13. UmaMusumeLoadSqlData

    Load Uma Musume: Pretty Derby master.mdb data into MSSQL or MySQL/MariaDB databases

  14. vsapi

    Source code of the vintage story api module.

  15. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Pomelo.EntityFrameworkCore.MySql alternative or higher similarity.

Pomelo.EntityFrameworkCore.MySql discussion

Log in or Post with

Pomelo.EntityFrameworkCore.MySql reviews and mentions

Posts with mentions or reviews of Pomelo.EntityFrameworkCore.MySql. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-18.
  • MySQL with EF Core 9 in ABP: Avoiding Translation Issues
    1 project | dev.to | 31 Jan 2025
    ABP Framework's MySQL provider (Volo.Abp.EntityFrameworkCore.MySQL) relies on Pomelo.EntityFrameworkCore.MySql NuGet package. However, as of now, the stable 9.0.0 version of this package has not been released. (You can follow the upgrade status from https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/issues/1841, if you want).
  • Mysql and Entity
    1 project | /r/csharp | 10 Mar 2023
    EntityFramework uses providers to translate Linq queries into real queries and connect to the datasource and convert the data into .net readable format. The MySQL provider for .NET is the official one but I think it has fallen on hard times and is not developed as much as before. You should probably look at Pomelo, which is a community library for .net core: https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
  • Whats the different between these two? What should I be using if im on NET 6?
    2 projects | /r/csharp | 18 Nov 2022
  • Github repositories to study from
    7 projects | /r/csharp | 2 Jan 2022
  • Question about C# and MySql
    1 project | /r/csharp | 18 Feb 2021
    For MySQL and friends you'll need the Pomelo data provider from https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql . Turns out there's an example of using the MySQL provider about halfway down that shows how to, but it is missing the '-o Model' parameter that you'd use to get your database model into a folder called Model.
  • Timeflake: 128-bit, roughly-ordered, URL-safe UUIDs
    8 projects | news.ycombinator.com | 22 Jan 2021
    This approach has become my preferred way of generating IDs for database rows. It is relatively space efficient and doesn't require a round trip to the database to generate an ID like auto increment does.

    While working on a C# implementation for MySQL and we found that when the DB uses Little Endian Binary that the GUID must be reversed to store in order:

    https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCo...

  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic Pomelo.EntityFrameworkCore.MySql repo stats
6
2,817
7.5
about 1 month ago

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai