awesome-repositories.com
Blog
awesome-repositories.com

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

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

1 repositorio

Awesome GitHub RepositoriesQuery Result Bindings

Mechanisms for mapping the results of SQL queries back into application-level objects or primitives.

Distinct from Database-Level Query Parameter Bindings: Distinct from Database-Level Query Parameter Bindings: focuses on mapping returned result sets to objects rather than binding input parameters to the connection.

Explore 1 awesome GitHub repository matching web development · Query Result Bindings. Refine with filters or upvote what's useful.

Awesome Query Result Bindings GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • go-gorp/gorpAvatar de go-gorp

    go-gorp/gorp

    3,751Ver en GitHub↗

    Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions as a relational data mapper and SQL dialect abstraction layer, automating the translation between application data and relational rows. The project provides a translation layer that generates vendor-specific SQL for PostgreSQL, MySQL, SQLite, Oracle, and SQL Server. It distinguishes itself by implementing optimistic locking via version columns to prevent concurrent update conflicts and providing a database schema generator to create tables and indexes from object definitions.

    Binds the results of raw SQL queries to Go slices, structs, or primitive types.

    Go
    Ver en GitHub↗3,751
  1. Home
  2. Web Development
  3. Query Parameters
  4. Query Parameter Binding
  5. Database-Level Query Parameter Bindings
  6. Query Result Bindings