awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
upper avatar

upper/db

0
View on GitHub↗
3,658 星标·238 分支·Go·MIT·10 次浏览upper.io↗

Db

Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

Features

  • Object Relational Mappers - Unified interface for interacting with different data sources.
  • Object Relational Mapping - Unified interface for multiple data sources.
  • ORM and Data Mapping - Unified interface for various storage backends.

Star 历史

upper/db 的 Star 历史图表upper/db 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Db 的开源替代方案

相似的开源项目,按与 Db 的功能重合度排序。
  • coocood/qbsC

    coocood/qbs

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fs02/grimoireF

    Fs02/grimoire

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • albrow/zoomA

    albrow/zoom

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • go-gorp/gorpgo-gorp 的头像

    go-gorp/gorp

    3,751在 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.

    Go
    在 GitHub 上查看↗3,751
查看 Db 的所有 30 个替代方案→

常见问题解答

upper/db 是做什么的?

Data Access Layer (DAL) for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features.

upper/db 的主要功能有哪些?

upper/db 的主要功能包括:Object Relational Mappers, Object Relational Mapping, ORM and Data Mapping。

upper/db 有哪些开源替代品?

upper/db 的开源替代品包括: fs02/grimoire. go-pg/pg — pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent… albrow/zoom. coocood/qbs. go-gorp/gorp — Gorp is a lightweight object-relational mapper for Go that binds structs to relational database tables. It functions… go-reform/reform — A better ORM for Go, based on non-empty interfaces and code generation.