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

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

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

1 مستودع

Awesome GitHub RepositoriesQuery Hint Injection

Injecting database-specific hints or fragments into a structured query without raw SQL.

Distinct from Raw SQL Execution: Focuses on adding hints/comments to a builder rather than executing a fully raw SQL string.

Explore 1 awesome GitHub repository matching data & databases · Query Hint Injection. Refine with filters or upvote what's useful.

Awesome Query Hint Injection GitHub Repositories

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

    linq2db/linq2db

    3,239عرض على GitHub↗

    linq2db is a type-safe object-relational mapper that translates LINQ expressions into optimized SQL queries for multiple database providers. It functions as a database mapper that links classes to tables and includes a SQL query builder and a command-line schema tool for generating data classes from existing databases. The project provides high-performance bulk data processing for inserting and loading large volumes of records via batch or binary copy methods. It also supports advanced SQL operations, including window functions, common table expressions for recursive hierarchical querying, an

    Enables attaching database-specific hints and non-standard fragments to queries without using raw SQL strings.

    C#accessbulk-insertsclickhouse
    عرض على GitHub↗3,239
  1. Home
  2. Data & Databases
  3. Raw SQL Execution
  4. Query Hint Injection