awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSingle Value Retrievals

Operations that fetch a single column value or an aggregated result into a variable.

Distinguishing note: None of the candidates cover the specific ORM capability of fetching a single scalar value using filters.

Explore 2 awesome GitHub repositories matching data & databases · Single Value Retrievals. Refine with filters or upvote what's useful.

Awesome Single Value Retrievals GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • go-xorm/xormAvatar von go-xorm

    go-xorm/xorm

    6,628Auf GitHub ansehen↗

    xorm is a relational mapper and object-relational mapping tool for Go. It translates Go structures into SQL queries and maps database rows back into native objects, providing a multi-dialect database driver that supports MySQL, PostgreSQL, SQLite, Oracle, SQL Server, and TiDB. The project features a read-write splitting manager that routes modification requests to a primary database and read requests to replicas. It includes a database schema synchronizer to automatically align table structures and indexes with application data models, as well as a fluent SQL query builder for constructing co

    Allows fetching a single column value or aggregated result into a variable.

    Gogolangmssqlmysql
    Auf GitHub ansehen↗6,628
  • go-gorp/gorpAvatar von go-gorp

    go-gorp/gorp

    3,751Auf GitHub ansehen↗

    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.

    Fetches a single column value from the first row of a query result into a primitive type.

    Go
    Auf GitHub ansehen↗3,751
  1. Home
  2. Data & Databases
  3. Single Value Retrievals