awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesMap-Based Database Updates

Updates rows in a table using a map of column names to values.

Distinct from Map Value Updaters: Distinct from Map Value Updaters: applies map values to database rows, not in-memory map mutation.

Explore 1 awesome GitHub repository matching devops & infrastructure · Map-Based Database Updates. Refine with filters or upvote what's useful.

Awesome Map-Based Database Updates 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

    Updates rows in a table using a map of column names to values.

    Go
    Ver en GitHub↗5,785
  1. Home
  2. DevOps & Infrastructure
  3. Function-as-a-Service Platforms
  4. Map Value Updaters
  5. Map-Based Database Updates

Explorar subetiquetas

  • DTO-Based UpdatesUpdates to database records where properties from a data transfer object are mapped directly to columns. **Distinct from Map-Based Database Updates:** Focuses on the use of DTOs for partial updates rather than generic map-based updates.