awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

SQL en Rust avec vérification à la compilation

Classement mis à jour le 30 juin 2026

Bibliothèques et frameworks qui assurent la validation typée des requêtes SQL lors du processus de compilation Rust.

SQL en Rust avec vérification à la compilation

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • launchbadge/sqlxAvatar de launchbadge

    launchbadge/sqlx

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

    diesel-rs/diesel

    14,021Voir sur 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
    Voir sur GitHub↗14,021

Related searches

  • an object relational mapper for Rust
  • générer du code typé à partir de mon SQL
  • un ORM orienté TypeScript pour les bases de données SQL
  • un ORM typé pour Python
  • une couche d'accès aux données pour Kotlin
  • un notebook pour exécuter du SQL
  • assistant IA pour requêtes SQL
  • un client desktop pour mes bases de données SQL