Postgres.js is a fork of Tim Caswell's fine postgres-pure.js, a pure
JavaScript implementation of the PostgreSQL protocol in JavaScript,
allowing you to develop native applications using Javascript and node.js
for PostgreSQL.
The first Alpha release of postgres.js driver brings support for
parameterized queries, using Postgresql itself to handle escaping and
correctly sandboxing potentially malicious data.
Other improvements include initial support for in-Javascript
transactions, to permit grouping of queries into a logical block. This
feature will be very useful for environments such as a web applications,
allowing each request to have its own queries able to be scheduled as a
single unit.
For more information on postgres.js please see the git repository:
http://github.com/commandprompt/postgres-js
Or to learn from the expert register for PostgreSQL Conference West 2010
where Aurynn Shaw will be speaking on postgres.js:
https://www.postgresqlconference.org/
Sincerely,
Joshua D. Drake
--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt
> --
> You received this message because you are subscribed to the Google Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
>