awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

SQL pentru Rust cu verificare la compilare

Clasament actualizat la 30 iun. 2026

Biblioteci și framework-uri care oferă validarea interogărilor SQL type-safe în timpul procesului de compilare Rust.

SQL pentru Rust cu verificare la compilare

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • launchbadge/sqlxAvatar launchbadge

    launchbadge/sqlx

    16,630Vezi pe 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
    Vezi pe GitHub↗16,630
  • diesel-rs/dieselAvatar diesel-rs

    diesel-rs/diesel

    14,021Vezi pe 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
    Vezi pe GitHub↗14,021

Related searches

  • an object relational mapper for Rust
  • cod tipizat generat din interogări SQL
  • un ORM orientat pe TypeScript pentru baze de date SQL
  • ORM type-safe pentru Python
  • strat de acces la date pentru Kotlin
  • notebook pentru rularea de interogări SQL
  • asistent AI pentru interogări SQL
  • client desktop pentru bazele mele de date SQL