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

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

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

编译时检查的 Rust SQL 库

排名更新于 2026年6月30日

在 Rust 编译过程中提供类型安全 SQL 查询验证的库和框架。

编译时检查的 Rust SQL 库

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

    launchbadge/sqlx

    16,630在 GitHub 上查看↗

    This toolkit provides an asynchronous interface for interacting with relational databases, offering a unified driver-agnostic layer for managing connection pools and executing transactions. It is designed to integrate with asynchronous runtimes, enabling non-blocking database operations while maintaining secure, encrypted communication between the application and the database server. The project distinguishes itself through its compile-time validation capabilities, which use procedural macros to inspect SQL syntax and parameter types against a live database schema during the build process. Th

    SQLx is a Rust library that uses procedural macros to validate SQL syntax and parameter types at compile time against a live database, providing type-safe query results and supporting multiple databases, connection pooling, and migrations—exactly matching the required features.

    RustConnection PoolingDatabase MigrationsType-Safe Database Clients
    在 GitHub 上查看↗16,630
  • diesel-rs/dieseldiesel-rs 的头像

    diesel-rs/diesel

    14,021在 GitHub 上查看↗

    This project is a type-safe database toolkit and object-relational mapper designed to enforce structural consistency between database schemas and application code. By leveraging compile-time validation, it ensures that SQL queries and data structures remain synchronized, preventing common errors before the application executes. It provides a comprehensive framework for relational data modeling, allowing developers to define table associations and map database results directly into strongly-typed language objects. The library distinguishes itself through its focus on compile-time safety and au

    Diesel is the Rust ORM and query builder that enforces compile-time schema-aware SQL validation, type-safe query results via a macro-based DSL, and includes support for multiple databases, connection pooling, and migrations—exactly the library you need for compile-time checked SQL.

    RustType-Safe Query Builders
    在 GitHub 上查看↗14,021

Related searches

  • an object relational mapper for Rust
  • 从 SQL 自动生成类型化代码
  • 优先支持 TypeScript 的 SQL 数据库 ORM
  • Python 的类型安全 ORM
  • Kotlin 的数据库访问层
  • 用于运行 SQL 的笔记本
  • SQL 查询 AI 助手
  • 用于 SQL 数据库的桌面客户端