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
·

3 repositorios

Awesome GitHub RepositoriesDatabase-to-Code Modelers

Generates application-level data models and documentation directly from an existing database schema.

Distinct from Schema-Driven Object Modeling: Distinct from Schema-Driven Object Modeling by moving from existing database to code, rather than definition to database.

Explore 3 awesome GitHub repositories matching data & databases · Database-to-Code Modelers. Refine with filters or upvote what's useful.

Awesome Database-to-Code Modelers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pingfangushi/screwAvatar de pingfangushi

    pingfangushi/screw

    3,966Ver en GitHub↗

    Screw es una herramienta de análisis de esquemas de bases de datos utilizada para generar automáticamente documentación técnica y objetos de datos en Java. Escanea tablas de bases de datos para exportar sus definiciones, transformando los metadatos del esquema en informes estructurados y código de aplicación. El proyecto genera objetos Java simples (POJOs) basados en las estructuras de tablas existentes para automatizar el modelado de datos. También produce documentación del esquema de la base de datos en formatos HTML, Word y Markdown. El sistema incluye capacidades para el filtrado de exportación de tablas mediante patrones de nombres, extracción de esquemas basada en JDBC y generación de código basada en plantillas para mapear tipos de columnas de bases de datos a tipos del lenguaje Java.

    Generates Java objects and documentation directly from a database to ensure consistency between schema and application.

    Java
    Ver en GitHub↗3,966
  • infyomlabs/laravel-generatorAvatar de InfyOmLabs

    InfyOmLabs/laravel-generator

    3,829Ver en GitHub↗

    This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b

    Parses database tables and foreign keys to automatically build Eloquent models and relationship definitions.

    PHP
    Ver en GitHub↗3,829
  • go-jet/jetAvatar de go-jet

    go-jet/jet

    3,717Ver en GitHub↗

    Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices

    Generates Go data models directly from the database schema to map raw rows to structured objects.

    Gocockroachdbcode-completioncode-generator
    Ver en GitHub↗3,717
  1. Home
  2. Data & Databases
  3. Object Data Modelers
  4. Schema-Driven Object Modeling
  5. Database-to-Code Modelers