awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-gorm/gormAvatar de go-gorm

    go-gorm/gorm

    39,798Ver en 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
    Ver en GitHub↗39,798
  • flipped-aurora/gin-vue-adminAvatar de flipped-aurora

    flipped-aurora/gin-vue-admin

    24,323Ver en 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
    Ver en GitHub↗24,323
  1. Home
  2. Data & Databases
  3. Schema Mapping Tools