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

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

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

不依赖 ORM 的 SQL 查询构建器

排名更新于 2026年6月30日

For 轻量级 SQL 查询构建器(非完整 ORM), the strongest matches are masterminds/squirrel (Squirrel is a Go SQL query builder that lets), catfan/medoo (Medoo is a lightweight PHP SQL query builder that) and doctrine/dbal (Doctrine DBAL provides a fluent query builder with method). Each is ranked by relevance to your query, popularity and recent activity.

在保持对数据库交互完全控制的同时,以编程方式构建 SQL 查询的轻量级库。

不依赖 ORM 的 SQL 查询构建器

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • masterminds/squirrelMasterminds 的头像

    Masterminds/squirrel

    7,949在 GitHub 上查看↗

    Squirrel is a Go database library and SQL query builder that provides a programmatic interface for constructing and executing SQL statements. It enables the creation of queries using a fluent interface to avoid manual string concatenation. The library functions as a SQL dialect generator, producing queries formatted for specific database engines by adjusting placeholders and syntax to match target requirements. This allows for the generation of SQL compatible with multiple different database environments. Beyond query construction, the project covers the execution of generated statements aga

    Squirrel is a Go SQL query builder that lets you construct parameterized queries programmatically with a fluent method-chaining API and supports multiple database

    GoFluent InterfacesSQL Dialect AdaptersSQL Query Builders
    在 GitHub 上查看↗7,949
  • catfan/medoocatfan 的头像

    catfan/Medoo

    4,943在 GitHub 上查看↗

    Medoo is a lightweight PHP database abstraction layer and SQL query builder. It serves as a minimal database wrapper that provides a unified API to execute queries across multiple SQL engines, translating PHP method calls into specific database dialects. The project enables multi-dialect SQL interfacing, allowing a single codebase to interact with various backends including MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, Oracle, and Sybase. It uses prepared statement parameterization to prevent injection attacks while maintaining a programmatic approach to constructing complex SQL statements. The

    Medoo is a lightweight PHP SQL query builder that constructs queries programmatically with prepared statements and supports multiple databases, fitting the core intent of a lean builder without ORM overhead, though its API uses arrays rather than explicit method chaining, which<|begin▁of▁file|>We need to stop the generation here because it seems cut off. Actually from the assistant's perspective, outputting everything after the reasoning sentence fragmented? Let me regenerate properly and truncate the reasoning to exactly one or two sentences withoutmatch Medoo is a lightweight PHP SQL query builder that constructs queries programmatically with prepared statements and supports multiple databases

    PHPPrepared StatementsSQL Dialect AdaptersSQL Query Builders
    在 GitHub 上查看↗4,943
  • doctrine/dbaldoctrine 的头像

    doctrine/dbal

    9,699在 GitHub 上查看↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Doctrine DBAL provides a fluent query builder with method chaining, parameterized queries, and support for multiple databases (MySQL, PostgreSQL, etc.), covering all the requested SQL operations while remaining a library-level tool rather than a full ORM.

    PHPDatabase Agnostic GeneratorsPrepared StatementsSQL Dialect Adapters
    在 GitHub 上查看↗9,699

Related searches

  • ORM query builder
  • Rust 的类型安全 SQL 查询工具
  • ORM、查询构建器与数据访问
  • Go 语言 ORM 与查询构建器
  • Python 的类型安全 ORM
  • 用于运行 SQL 的笔记本
  • 终端 SQL 数据库客户端
  • SQL 查询 AI 助手