2 个仓库
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.
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.
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.