pglinter is a PostgreSQL extension that analyzes your database for potential issues, performance problems, and best practice violations. Written in Rust using pgrx, it provides deep integration with PostgreSQL for efficient database analysis.
HN user
fljdin
133 karma
Posts5
Comments6
Database Linting and Analysis for PostgreSQL 10 months ago
Transpile Any SQL to PostgreSQL Dialect 2 years ago
Thank you for your feedback, both issues have been added to the project tracking.
Transpile Any SQL to PostgreSQL Dialect 2 years ago
This is one of the major challenges the tool aims to meet! We hope to achieve reliable results this year.
Transpile Any SQL to PostgreSQL Dialect 2 years ago
The `transqlate` project aims to extend this kind of tool without limitation and under open-source license.
We're studying JOOQ from afar, with the ambition of getting closer to its functional coverage.
Transpile Any SQL to PostgreSQL Dialect 2 years ago
A CLI tool to transpile SQL snippet from a dialect to another using an AST
Index Explained 3 years ago
Importance of using a B-Tree index by the planner and executor for efficient query execution and performance optimization.
Translated from a 2019 french blog post of mine.