DB Relay - NGiNX based open source project

agentzh agentzh at gmail.com
Sat Jul 31 10:38:17 MSD 2010


On Fri, Jul 23, 2010 at 6:18 AM, Piotr Sikora <piotr.sikora at frickle.com> wrote:
> It's great that you're also supporting MS SQL Server (via FreeTDS),

Hmm, it'll be interesting to implement an ngx_freetds or ngx_sqlserver
module using FreeTDS and the infrastructure used by both ngx_drizzle
and ngx_postgres. I myself don't know how well the non-blocking
support of FreeTDS is. Hopefully it does not suck as Oracle's OCI, or
we'll have to use internal pthreads to work around those APIs that
cannot be made non-blocking :)

And as others have already pointed out, I'm scared to see db passwords
and raw SQL query strings appear in JavaScript code on DB Relay's home
page. Hopefully that piece of JS is intended to run on server side
only (via the ngx_js module or V8 or something else) ;)

Cheers,
-agentzh

P.S. I'm one of the authors of ngx_drizzle and ngx_postgres :)



More information about the nginx mailing list