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

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

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

1 个仓库

Awesome GitHub RepositoriesPortable Snippets

Reusable SQL fragments designed to be compatible across various database engines.

Distinct from Parameterized SQL Snippets: Focuses on the portability of the snippets across vendors rather than just the use of parameters for security.

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

Awesome Portable Snippets GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Generates vendor-specific SQL snippets and function calls to ensure consistent execution across different engines.

    PHPdatabaseibm-db2mariadb
    在 GitHub 上查看↗9,699
  1. Home
  2. Data & Databases
  3. Raw SQL Execution
  4. Parameterized SQL Snippets
  5. Portable Snippets