pig
Query client
A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases
Simple pgx wrapper to execute and scan query results
16 stars
2 watching
3 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
databasegogolangpgxpostgrespostgresqlsql
Related projects:
Repository | Description | Stars |
---|---|---|
arenadotio/pgx | A pure OCaml PostgreSQL client library with support for asynchronous and lightweight operations | 122 |
tizoc/ppx_pgsql | A syntax extension for embedded SQL queries using PG'OCaml. | 52 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
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 | 249 |
paxa/postbird | A cross-platform GUI client for PostgreSQL databases | 1,550 |
dimitri/pgcharts | A web application that takes SQL query text as input and generates various charts from the results. | 392 |
gmr/queries | A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling. | 256 |
dataegret/pg-utils | A collection of PostgreSQL utility scripts providing various DBA tools and query analysis capabilities | 1,043 |
dimitri/pgcopydb | Automates copying of databases between Postgres servers with parallel processing and streaming capabilities. | 1,192 |
linuxlewis/djorm-ext-pgfulltext | Provides full-text search capabilities for Django models using PostgreSQL's built-in indexing system. | 250 |
vgarvardt/pgx-google-uuid | Enables Google UUID type support for the PostgreSQL driver | 39 |
falcony-io/sqlalchemy-searchable | Provides full-text search functionality for SQLAlchemy models on PostgreSQL databases | 263 |
pganalyze/pg_query.rs | An SQL query parser and transformer library | 139 |
sastraxi/pgsh | Tools for managing a PostgreSQL database like a version control system | 568 |