[erlang-questions] Looking for RDBMS driver with Transaction Support.

Ulf Wiger ulf.wiger@REDACTED
Mon May 2 20:41:21 CEST 2011


On 2 May 2011, at 20:24, Alex Arnon wrote:

> Hi All,
> 
> Is there an RDBMS driver in the Erlang universe whose API supports transactions?
> The docs for odbc, epgsql and emysql do not specify any kind of transaction support.

Erlydb had transaction support, and some people may still be using it.

https://github.com/anka-213/erlydb
http://yarivsblog.blogspot.com/2006/09/erlydb-07.html

ODBC actually does too. You use odbc:connect/2 followed by odbc:commit/2,
unless you have {auto_commit, on}, in which case every query is a transaction.

BR,
Ulf W

Ulf Wiger, CTO, Erlang Solutions, Ltd.
http://erlang-solutions.com



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110502/9aa4dd35/attachment.htm>


More information about the erlang-questions mailing list