awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

مكتبات SQL بلغة Rust مع فحص وقت الترجمة

تم تحديث الترتيب في 30 يونيو 2026

مكتبات وأطر عمل توفر التحقق من استعلامات SQL بشكل آمن من حيث النوع أثناء عملية تجميع (compilation) كود Rust.

مكتبات SQL بلغة Rust مع فحص وقت الترجمة

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • launchbadge/sqlxالصورة الرمزية لـ launchbadge

    launchbadge/sqlx

    16,630عرض على 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
    عرض على GitHub↗16,630
  • diesel-rs/dieselالصورة الرمزية لـ diesel-rs

    diesel-rs/diesel

    14,021عرض على 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
    عرض على GitHub↗14,021

Related searches

  • an object relational mapper for Rust
  • توليد كود بنوع بيانات محدد (Typed code) من SQL
  • مكتبة ORM تعتمد على TypeScript لقواعد بيانات SQL
  • مكتبة ORM آمنة الأنواع (Type-safe) للغة Python
  • طبقة قاعدة بيانات للغة Kotlin
  • دفتر ملاحظات لتشغيل استعلامات SQL
  • مساعد ذكاء اصطناعي لاستعلامات SQL
  • عميل مكتبي لقواعد بيانات SQL