Probably. There is an ODBC driver for MongoDB. SQL Relay is targeted at SQL databases though.
On Friday, August 7, 2015 at 11:55:13 PM UTC-4, boby rahmawan wrote: > > Great.. Is it can be used with mongoDB? > On Aug 8, 2015 2:21 AM, "David Muse" <[email protected] <javascript:>> > wrote: > >> Hello all, >> >> SQL Relay 0.62 was just released, and this release includes a node.js >> client API. >> >> See the release announcement >> <http://software.firstworks.com/2015/08/sql-relay-062-is-out.html>and >> SQL Relay web site. <http://sqlrelay.sourceforge.net> >> >> 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 >> [email protected] <javascript:> >> >> -- >> 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 [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/nodejs/242a95a5-3589-4384-95ac-1ac3f0de94a8%40googlegroups.com >> >> <https://groups.google.com/d/msgid/nodejs/242a95a5-3589-4384-95ac-1ac3f0de94a8%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/79b00fe5-acda-42eb-b6ff-bbe963327a45%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
