PostgreSQLParser
Parser
A tool that parses and analyzes PostgreSQL source code
A parser for PostgreSQL written in Pharo using PetitParser.
7 stars
4 watching
5 forks
Language: Smalltalk
last commit: over 3 years ago
Linked from 1 awesome list
parserpetitparserpharoplpgsqlpostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
pganalyze/libpg_query | A C library that parses and analyzes PostgreSQL queries to extract internal parse trees | 1,210 |
juliendelplanque/pharocodegenerator | A toolkit to generate Pharo code by parsing a Domain Specific Language (DSL) and translating it into Smalltalk ASTs. | 13 |
lpsmith/postgresql-simple | A Haskell client library for interacting with PostgreSQL databases. | 206 |
moosetechnology/petitparser | A framework for building parsers in Smalltalk. | 41 |
juliendelplanque/matplotlibbridge | A bridge between Pharo and Python's Matplotlib for creating plots in Smalltalk. | 19 |
juliendelplanque/iterators | Implementations of iterators for Pharo's collections | 9 |
kennethreitz/django-postgrespool | A connection pooling library for Django applications to manage Postgres databases. | 7 |
gregs1104/pgtune | A tool that configures PostgreSQL to optimize its performance based on system resources and workload characteristics. | 1,053 |
ankane/pgslice | A tool for easy Postgres partitioning with minimal app changes and no downtime. | 1,112 |
juliendelplanque/python3generator | Toolkit to generate Python 3 source code from Pharo | 26 |
petitparser/dart-petitparser | A dynamic parser combinator library for Dart. | 458 |
florents-tselai/pgjq | An extension for Postgres that embeds the jq compiler to execute JSON data in a programming language-like way | 185 |
lpeter1997/cppcmb | A C++ parser-combinator library with a natural grammar notation | 123 |
juliendelplanque/jrpc | A JSON-RPC 2.0 implementation for Pharo Smalltalk | 10 |
nikolays/postgres_dba | A collection of tools and scripts to simplify Postgres DBA tasks | 1,126 |