Alpha release of pure Javascript driver for PostgreSQL

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Alpha release of pure Javascript driver for PostgreSQL
Date: 2010-10-11 19:34:17
Message-ID: 1286825657.25541.75.camel@jd-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Nov 11th, 2010

Command Prompt, Inc., The PostgreSQL Company is pleased to announce the
first Alpha release of postgres.js the pure Java script driver for
PostgreSQL.

Postgres.js is a fork of Tim Caswell's 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/

Command Prompt, Inc. is the oldest PostgreSQL Company in North America.
We employ contributors and committers to the PostgreSQL project, provide
training, professional services and support.

http://www.commandprompt.com/

--
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

Browse pgsql-announce by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2010-10-12 14:57:03 Re: [pgadmin-support] pgAdmin v1.12.0 Released
Previous Message David Fetter 2010-10-11 06:16:55 == PostgreSQL Weekly News - October 10 2010 ==