[ANN] node.js client API for SQL Relay

112 views
Skip to first unread message

David Muse

unread,
Aug 7, 2015, 3:22:06 PM8/7/15
to nodejs
Hello all,

SQL Relay 0.62 was just released, and this release includes a node.js client API.

See the release announcement and SQL Relay web site.

SQL Relay is a database connection management solution with features like:
  • connection pooling - maintaining persistent connections to databases to overcome connection delay
  • database proxying - accessing databases from unspported platforms (like oracle from a BSD or arm-linux system)
  • throttling - queuing requests to prevent your database from becoming overloaded
  • load balancing - transparent distribution of load over replicated or clustered databases
  • query routing - transparent routing of DML/DDL to masters and distribution of selects over slaves
  • query filtering - preventing queries that match certain patterns from being run at all
  • suspended transactions - provides a means for a single transaction to span multiple web pages
  • and more...
SQL Relay runs on unix/linux systems and Windows, and supports Oracle, Sybase/SAP, IBM DB2, Microsoft SQL Server, Firebird, PostgreSQL, MySQL and SQLite databases, as well as any database with an ODBC driver.

It also acts as a database abstraction layer.  When using SQL Relay, the same node.js code can be used to access any of these databases.

Feel free to contact me with questions or comments.

Take care,

David Muse
david...@firstworks.com

boby rahmawan

unread,
Aug 7, 2015, 11:55:13 PM8/7/15
to nod...@googlegroups.com

Great.. Is it can be used with mongoDB?

--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/242a95a5-3589-4384-95ac-1ac3f0de94a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Muse

unread,
Aug 11, 2015, 12:12:39 AM8/11/15
to nodejs
Probably.  There is an ODBC driver for MongoDB.

SQL Relay is targeted at SQL databases though.
Reply all
Reply to author
Forward
0 new messages