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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • go-pg/pgAvatar de go-pg

    go-pg/pg

    5,785Voir sur 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
    Voir sur GitHub↗5,785
  1. Home
  2. DevOps & Infrastructure
  3. Function-as-a-Service Platforms
  4. Map Value Updaters
  5. Map-Based Database Updates

Explorer les sous-tags

  • 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.