The databases/py-pgsanity port
py3-pgsanity-0.2.9 – PostgreSQL SQL syntax checker
Description
PgSanity checks the syntax of Postgresql SQL files.
It does this by leveraging the ecpg command which is traditionally
used for preparing C files with embedded sql for compilation.
However, as part of that preparation, ecpg checks the embedded SQL
statements for syntax errors using the exact same parser that is
in PostgreSQL.
So the approach that PgSanity takes is to take a file that has a
list of bare SQL in it, make that file look like a C file with
embedded SQL, run it through ecpg and let ecpg report on the syntax
errors of the SQL.
WWW: https://pypi.python.org/pypi/pgsanity
- Only for arches
-
aarch64
aarch64
alpha
amd64
amd64
arm
arm
hppa
i386
i386
mips64
mips64
mips64el
mips64el
powerpc
powerpc
powerpc64
powerpc64
riscv64
riscv64
sparc64
- Categories:
-
databases
lang/python
Library dependencies
Build dependencies
Run dependencies