dev-db/libpg_query::guru
- Ebuilds: 2, Testing: 17.6.0.0 Description:
C library for accessing the PostgreSQL parser outside of the server.
This library uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree.
Note that this is mostly intended as a base library for pg_query (Ruby), pg_query.go (Go), pgsql-parser (Node), psqlparse (Python) and pglast (Python 3).
You can find further background to why a query's parse tree is useful here: https://pganalyze.com/blog/parse-postgresql-queries-in-ruby.html
Homepage:https://github.com/pganalyze/libpg_query License: BSD
dev-db/psequel::guru
- Ebuilds: 1, Testing: 0.2.0 Description:
Small tool for quick sql query, specialized in PostgresSQL. Written in Vala for GNOME desktop in the hope to be useful.
FeaturesL
Load and save connections.
Import and Export connections info
List schema info, tables, views.
View table columns info, indexes, foreign keys
View table data, sort by column
Write query
Query History
Hightlight current query
Export query data
Homepage:https://github.com/ppvan/psequel License: GPL-3