pgcharts
Query charter
A web application that takes SQL query text as input and generates various charts from the results.
Turn your PostgreSQL queries into Charts
392 stars
25 watching
24 forks
Language: Common Lisp
last commit: over 4 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,192 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
dimitri/regresql | A tool for regression testing and maintaining SQL queries against a PostgreSQL database | 278 |
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 568 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
jackc/pgconn | A low-level PostgreSQL database driver with focus on connection and authentication management. | 184 |
roddyyaga/pg_query-ocaml | A C-based OCaml library for parsing PostgreSQL queries | 17 |
eitsupi/querying-with-prql | A book and project demonstrating the use of PRQL with data manipulation libraries like dplyr and DuckDB for querying table data. | 22 |
tizoc/ppx_pgsql | A syntax extension for embedded SQL queries using PG'OCaml. | 52 |
citusdata/pg_shard | Enables horizontal scaling and high availability for PostgreSQL tables by sharding and replicating them. | 1,059 |
lukasmartinelli/pgclimb | A utility to export data from PostgreSQL into various formats, including JSON and CSV, with support for templates. | 390 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |
cristalhq/builq | A simple and safe Go library for building SQL queries with parameter indexing. | 89 |
pganalyze/pg_query.rs | An SQL query parser and transformer library | 139 |
dalibo/pgbadger | A tool for monitoring PostgreSQL query performance and health | 23 |