leafo / pgmoon

A pure Lua Postgres driver for use in OpenResty & more
MIT License
390 stars 93 forks source link

Implement extended query protocol #119

Closed leafo closed 2 years ago

leafo commented 2 years ago

https://www.postgresql.org/docs/current/protocol-flow.html#PROTOCOL-FLOW-EXT-QUERY

This will enable us to implement an analgous function to PQexecParams https://www.postgresql.org/docs/current/libpq-exec.html

leafo commented 2 years ago

This is now implemented and the readme has been updated to reflect it. Will be available in 1.15 after extensive testing has taken place