C library for parsing PostgreSQL SQL outside the server
C library for accessing the PostgreSQL parser outside of the server environment
libpg_query$ echo 'SELECT * FROM users WHERE id = 1;' | pg_query_parse$ pg_query_parse 'INSERT INTO table (col) VALUES (123);'$ pg_query_fingerprint 'SELECT * FROM users WHERE id = $1;'