awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • go-pg/pgالصورة الرمزية لـ go-pg

    go-pg/pg

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

استكشف الوسوم الفرعية

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