{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides mypyc-compiled C extensions that accelerate sqlglot's SQL parsing, transpilation, and analysis operations by roughly 3-5x compared to the pure Python version.","skillfed_tags":["sql-parsing","performance-optimization","compiled-extension"],"use_cases":["Accelerate batch SQL transpilation pipelines that convert queries between multiple database dialects.","Speed up query analysis and metadata extraction (finding columns, tables, and dependencies) in large codebases.","Reduce latency in real-time SQL formatting or validation services that handle many requests per second.","Optimize data warehouse migration tools that parse and rewrite SQL at scale.","Improve performance of SQL linting or code-review tools that analyze many queries in sequence."],"what_it_does":"sqlglotc bundles mypyc-optimized C extensions to accelerate SQL parsing and manipulation through sqlglot. It wraps sqlglot and trades pure-Python portability for speed, delivering roughly 3-5x faster execution on parsing, transpilation, and analysis tasks. The package is designed as a drop-in replacement: install it instead of the base package, and operations run faster without code changes.\n\nThe underlying sqlglot library handles SQL parsing across over 30 dialects (DuckDB, Presto, Spark, Snowflake, BigQuery, and others), transpilation between them, query optimization, and syntax error detection. sqlglotc simply accelerates these operations by compiling hot paths to native code. It depends on sqlglot as its runtime dependency and is most useful when parsing or transpiling large volumes of SQL or running in performance-sensitive applications.","worth_installing":"Yes, if you use sqlglot and performance matters. The compiled extensions are a strict speedup with no API changes\u2014install sqlglotc and operations run 3-5x faster. The trade-off is medium install friction (compiled wheels for common platforms, but source builds elsewhere) and a requirement for Python 3.10 or later. No known vulnerabilities and actively maintained. Skip it only if you need custom dialects or are on an unsupported platform where source compilation is impractical."},"id":"sqlglotc","links":{"html":"https://skillfed.io/packages/sqlglotc","md":"https://skillfed.io/packages/sqlglotc.md","pypi":"https://pypi.org/project/sqlglotc/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-12","license_spdx":"MIT","license_treatment":"permissive","name":"sqlglotc","python_support":"supports_current","summary":"mypyc-compiled extensions for sqlglot"},"popularity":{"monthly_downloads":2119006,"position":3281,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"30.17.0"}
