awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesORM Schema Synchronization

Automatically aligning database table and index structures with application-level entity definitions.

Distinct from Database Schema Generation: Distinct from general schema generation by focusing on the bidirectional synchronization between code entities and live database structures.

Explore 1 awesome GitHub repository matching data & databases · ORM Schema Synchronization. Refine with filters or upvote what's useful.

Awesome ORM Schema Synchronization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dotnetcore/freesqlAvatar von dotnetcore

    dotnetcore/FreeSql

    4,388Auf GitHub ansehen↗

    FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro

    Automatically aligns database table and index structures with application-level entity definitions.

    C#accessclickhousecodefirst
    Auf GitHub ansehen↗4,388
  1. Home
  2. Data & Databases
  3. Database Schema Generation
  4. ORM Schema Synchronization