awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSchema Mapping Tools

Utilities that synchronize programming language types with database schema definitions.

Distinguishing note: None of the candidates were provided; this focuses on runtime type inspection for persistence.

Explore 2 awesome GitHub repositories matching data & databases · Schema Mapping Tools. Refine with filters or upvote what's useful.

Awesome Schema Mapping Tools GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • go-gorm/gormgo-gorm 的头像

    go-gorm/gorm

    39,798在 GitHub 上查看↗

    GORM is a developer-focused object-relational mapping library for Go that provides a comprehensive data persistence framework. It serves as a database access layer, allowing developers to map application structures to database tables and perform CRUD operations using a fluent, type-safe query builder instead of writing raw SQL. The library distinguishes itself through its association-aware persistence, which automatically tracks and synchronizes complex entity relationships during database operations. It utilizes a driver-agnostic interface to maintain consistent behavior across various stora

    Uses runtime type inspection to automatically map programming language structures to database tables and manage field-level data persistence.

    Gogogolanggorm
    在 GitHub 上查看↗39,798
  • flipped-aurora/gin-vue-adminflipped-aurora 的头像

    flipped-aurora/gin-vue-admin

    24,323在 GitHub 上查看↗

    Gin-vue-admin is a full-stack development scaffold designed to accelerate the creation of enterprise-grade web applications. It provides a pre-configured foundation for both backend and frontend components, incorporating a modular plugin architecture that allows developers to organize and manage application features as decoupled packages. The platform distinguishes itself through extensive automation, utilizing template-driven code generation to produce boilerplate code and interactive API documentation directly from source code annotations. It features a database-first schema mapping system

    Synchronizing application models with relational database structures to ensure data consistency and integrity across the entire persistence layer of an application.

    Goadminaicasbin
    在 GitHub 上查看↗24,323
  1. Home
  2. Data & Databases
  3. Schema Mapping Tools