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

mabrek mabrek@REDACTED
Tue May 3 14:39:02 CEST 2011


On Mon, May 2, 2011 at 10:24 PM, Alex Arnon <alex.arnon@REDACTED> 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.

epgsql does have simple transaction support, take a look at function
with_transaction/2 at
https://github.com/wg/epgsql/blob/master/src/pgsql.erl

Regards,
Anton Lebedevich



More information about the erlang-questions mailing list