Hello!
On Fri, Mar 22, 2013 at 4:28 AM, Brian Akins wrote:
> I have a project where the data is in Postgres. (It's really more of
> an experiment.) I was thinking that I'd use the ngx_posgres module
> with rds output format and use location.capture in Lua and rds.parser
> to "munge" the data. Sound reasonable?
>
Yes :)
FWIW, The lua-resty-postgresql library is still on my TODO list
although @hugozhu has done some experiments with a subset of the Pg
protocol (used by Taobao's OceanBase database):
https://github.com/hugozhu/lua-resty-oceanbase
I've been trying to get away from subrequests for direct database
communication in the future :)
Best regards,
-agentzh