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
·

1 repositorio

Awesome GitHub RepositoriesStruct-Driven Schema Generators

Generates tables from Go struct definitions and supports schema creation options for rapid prototyping and testing.

Distinct from Database Schema Managers: Distinct from Database Schema Managers: generates schemas from Go struct definitions rather than declarative DSLs or migration scripts.

Explore 1 awesome GitHub repository matching data & databases · Struct-Driven Schema Generators. Refine with filters or upvote what's useful.

Awesome Struct-Driven Schema Generators GitHub Repositories

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

    go-pg/pg

    5,785Ver en GitHub↗

    pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent query builder for constructing SQL statements programmatically. At its core, it automatically generates CREATE TABLE statements from Go struct definitions using struct tags and naming conventions, and builds queries through method chaining with placeholder-based parameter binding to prevent SQL injection. The library distinguishes itself through relation-aware join generation that automatically constructs JOIN clauses for has-one, has-many, many-to-many, and polymorphic assoc

    Generates tables from Go struct definitions and supports schema creation options for rapid prototyping and testing.

    Go
    Ver en GitHub↗5,785
  1. Home
  2. Data & Databases
  3. Database Schema Managers
  4. Struct-Driven Schema Generators