pgFormatter
SQL formatter
Automates formatting and beautification of PostgreSQL SQL queries
A PostgreSQL SQL syntax beautifier that can work as a console program or as a CGI. On-line demo site at http://sqlformat.darold.net/
2k stars
25 watching
102 forks
Language: PLpgSQL
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gajus/pg-formatter | A tool that formats PostgreSQL SQL syntax for better readability | 80 |
pganalyze/pg_query.rs | A Rust library that parses and analyzes PostgreSQL SQL queries | 146 |
kvokka/pp_sql | An ActiveRecord log beautifier gem for Ruby on Rails | 266 |
pgjones/flake8-sql | A Flake8 plugin for enforcing SQL coding standards. | 26 |
michaeldba/pg_get_tabledef | Generates table DDL for the given schema/table in PostgreSQL | 50 |
roddyyaga/pg_query-ocaml | A C-based OCaml library for parsing PostgreSQL queries | 17 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 259 |
zaid-ajaj/npgsql.fsharp | A F# wrapper around Npgsql to simplify PostgreSQL database interactions | 318 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 355 |
tritondatacenter/pgsqlstat | Tools for monitoring Postgres database performance | 129 |
kwent/pgbouncerhero | A graphical user interface for managing multiple PostgreSQL servers with PGBouncer | 253 |
tizoc/ppx_pgsql | A syntax extension for embedded SQL queries using PG'OCaml. | 52 |
g-plane/pretty_graphql | A tool for formatting GraphQL queries to make them more readable. | 6 |
nikolays/postgres_dba | A collection of tools and scripts for Postgres DBAs and engineers to analyze and manage their databases | 1,131 |
richie765/meteor-pg | Enables reactive PostgreSQL query execution with Meteor | 25 |