nginx-mysql-module icon indicating copy to clipboard operation
nginx-mysql-module copied to clipboard

Implement RDS support

Open arut opened this issue 14 years ago • 1 comments

Add mysql_format [plain|rds] to config with default plain.

plain is the current behaivior, rds can be filtered with HttpRdsJsonModule HttpRdsCsvModule (details here http://wiki.nginx.org/HttpDrizzleModule#Output_Format)

arut avatar Jan 23 '12 22:01 arut

Good day. Is it possible to implement it? I need to make queries to mysql from nginx and convert results to json. The drizzle module requires too many junk packages to compile. Your module works fine but I must make json "by hands".

c0de9en avatar Jul 07 '16 07:07 c0de9en