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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • go-pg/pgAvatar go-pg

    go-pg/pg

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

Explorează sub-etichetele

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