awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPostgreSQL Array Operations

Encoding Go slices into PostgreSQL array literals and using array operators like contains.

Distinct from Array Set Operations: Distinct from Array Set Operations: focuses on PostgreSQL-specific array encoding and operators, not general mathematical set operations.

Explore 1 awesome GitHub repository matching data & databases · PostgreSQL Array Operations. Refine with filters or upvote what's useful.

Awesome PostgreSQL Array Operations 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

    Encodes Go slices into PostgreSQL array literals for array operators like contains.

    Go
    Vezi pe GitHub↗5,785
  1. Home
  2. Data & Databases
  3. Array Set Operations
  4. PostgreSQL Array Operations