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

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

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

2 个仓库

Awesome GitHub RepositoriesRust ORM Implementations

Object-relational mapping libraries specifically designed for the Rust programming language.

Distinct from ORM Integrations: Specializes generic ORM integrations to the specific type-safety and memory requirements of Rust.

Explore 2 awesome GitHub repositories matching data & databases · Rust ORM Implementations. Refine with filters or upvote what's useful.

Awesome Rust ORM Implementations GitHub Repositories

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

    loco-rs/loco

    8,645在 GitHub 上查看↗

    Loco is a full-stack web framework for Rust designed to accelerate application development using a convention-over-configuration approach. It functions as an MVC web framework that provides a structured environment for building web applications and REST APIs. The project distinguishes itself through an integrated API development toolkit and a command-line scaffolding engine. These tools automate the creation of controllers, models, and migrations, allowing for the rapid generation of functional CRUD resources and application boilerplate. The framework covers a broad range of backend capabili

    Integrates an object-relational mapper to handle database entities and relations without writing raw SQL.

    Rustapiaxumrust
    在 GitHub 上查看↗8,645
  • brendonovich/prisma-client-rustBrendonovich 的头像

    Brendonovich/prisma-client-rust

    1,922在 GitHub 上查看↗

    Prisma Client Rust is an object-relational mapping tool and database query builder designed for Rust applications. It functions by reading database schema definitions during the build process to generate strongly typed client code, ensuring that data structures are validated at compile time to prevent runtime errors. The project distinguishes itself through its use of compile-time schema introspection and a trait-based query builder, which together enforce type safety across all database interactions. By mapping raw database rows directly into native Rust structures, it provides a consistent

    Implements an object-relational mapping tool that enforces compile-time type safety for database queries.

    Rustprismaprisma-clientprisma-client-rust
    在 GitHub 上查看↗1,922
  1. Home
  2. Data & Databases
  3. ORM Integrations
  4. Rust ORM Implementations