🦀 After a couple of months in the alpha release stage, we are excited to announce the release of #sqlfluff 4.0. 🦀
Our team has rewritten the lexer & parser in #rust (currently on an opt-in basis). This change brings substantial performance improvements for large files.
github.com/sqlfluff/sql...
www.sqlfluff.com - #SQLFluff is an #OpenSource #SQL #Linter
```
pip install sqlfluff
echo " SELECT a + b FROM tbl; " > test.sql
sqlfluff lint test.sql --dialect ansi
```
I been using #sqlfluff as my #LSP for #postgres. 😅
It's safe to say, I should probably try this new one from Supabase. Although, sqlfluff can run without a connection. And has sqlite as a dialect. 😎
ℹ️ #SQLFluff es una herramienta de linting y autoformateo diseñada específicamente para mejorar la calidad del código #SQL
📌 ¿Cómo se usa? ¿Qué pasos seguir para instalarla?
➡️ blog.damavis.com/optimizacion...
✒️ Luis Galdeano, Data Engineer en @damavis.bsky.social
#BigData
Guía para la instalación de SQLFluff
📊 Guía para optimizar #SQL con #SQLFluff
Al trabajar en proyectos donde varias personas operan sobre el mismo código, establecer unas reglas comunes para unificarlo y hacerlo más legible puede significar un aumento de la eficiencia y de la productividad de todo el equipo 📈
#Código #Desarrollo