awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

SQL para Rust con verificación en tiempo de compilación

Clasificación actualizada el 30 jun 2026

Librerías y frameworks que proporcionan validación de consultas SQL con seguridad de tipos durante el proceso de compilación en Rust.

SQL para Rust con verificación en tiempo de compilación

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • launchbadge/sqlxAvatar de launchbadge

    launchbadge/sqlx

    16,630Ver en 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
    Ver en GitHub↗16,630
  • diesel-rs/dieselAvatar de diesel-rs

    diesel-rs/diesel

    14,021Ver en 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
    Ver en GitHub↗14,021

Related searches

  • an object relational mapper for Rust
  • código tipado generado a partir de mi SQL
  • ORM con soporte nativo para TypeScript para bases de datos SQL
  • un ORM con seguridad de tipos para Python
  • una capa de base de datos para Kotlin
  • un notebook para ejecutar SQL
  • asistente de IA para consultas SQL
  • un cliente de escritorio para mis bases de datos SQL