pg_query.rs
Query parser
An SQL query parser and transformer library
Rust library to parse, deparse and normalize SQL queries using the PostgreSQL query parser
139 stars
8 watching
13 forks
Language: Rust
last commit: 22 days ago Related projects:
Repository | Description | Stars |
---|---|---|
roddyyaga/pg_query-ocaml | A C-based OCaml library for parsing PostgreSQL queries | 17 |
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
pganalyze/collector | Collects PostgreSQL metrics and log data from databases | 337 |
ged/ruby-pg | A PostgreSQL interface library for Ruby | 796 |
paradedb/pg_analytics | Enables direct querying of large data volumes from Postgres using a high-performance analytical query engine | 380 |
darold/pgformatter | Automates formatting and beautification of PostgreSQL SQL queries | 1,692 |
opmdg/check_pgactivity | A Nagios remote agent plugin to monitor PostgreSQL performance metrics | 175 |
tizoc/ppx_pgsql | A syntax extension for embedded SQL queries using PG'OCaml. | 52 |
alexeyco/pig | A pgx wrapper that simplifies executing and scanning query results in PostgreSQL databases | 16 |
royaltm/ruby-em-pg-client | An asynchronous PostgreSQL client library for Ruby that provides a connection interface with EventMachine support. | 59 |
gmr/queries | A Python library that simplifies access to PostgreSQL databases by providing an easy-to-use API and features like connection pooling. | 256 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
schemaplus/schema_plus_pg_indexes | Adds support for PostgreSQL index expressions and operator classes to ActiveRecord | 30 |
richie765/meteor-pg | Enables reactive PostgreSQL query execution with Meteor | 25 |
karlseguin/pg.zig | A native PostgreSQL client driver written in Zig | 249 |