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

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

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

1 مستودع

Awesome GitHub RepositoriesTemplated SQL Validators

Tools that check the syntax and style of SQL files containing macros or placeholders prior to rendering.

Distinct from SQL Templating Engines: Distinct from engines that simply render; this focuses on validating the templates before the rendering happens.

Explore 1 awesome GitHub repository matching data & databases · Templated SQL Validators. Refine with filters or upvote what's useful.

Awesome Templated SQL Validators GitHub Repositories

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

    sqlfluff/sqlfluff

    9,525عرض على GitHub↗

    SQLFluff is a multi-dialect SQL linter, formatter, and style guide enforcer. It functions as a parser and analyzer that converts SQL scripts into structured trees to validate syntax, identify logical components, and enforce consistent capitalization, aliasing, and layout conventions across various database dialects. The system is specifically designed to handle templated SQL, providing the ability to analyze, parse, and lint files containing macros or placeholders. It uses dummy-parameter rendering and source mapping to validate the style and correctness of dynamic code before it is rendered

    Checks the syntax and style of SQL files containing macros or placeholders before they are rendered into final queries.

    Pythonhacktoberfestpypisql
    عرض على GitHub↗9,525
  1. Home
  2. Data & Databases
  3. Data Querying
  4. SQL Templating Engines
  5. Templated SQL Validators