6 lines
236 B
Text
6 lines
236 B
Text
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.
|
|
|
|
WWW: https://github.com/lfittl/libpg_query
|