[erlang-questions] Multiple db connection drivers

Max Bourinov bourinov@REDACTED
Thu Feb 16 18:11:57 CET 2012


For PostgreSQL we use:

 * https://github.com/wg/epgsql - driver
 * https://github.com/josephwecker/epgsql_pool - connection pool (which is
gen_server)

It runs in production under heavy load. Works very well.

Best regards,
Max




On Thu, Feb 16, 2012 at 6:15 PM, Erisa Dervishi <erisa85d@REDACTED> wrote:

> Hi everybody,
>
> I am an erlang newbie, and I am doing a survey on existing Erlang db
> access drivers. I am most interested in drivers that can handle and process
> multiple concurrent db requests. Are there any working Erlang multithread
> db access drivers for MySql or PostgreSQL? What about BerkleyDB? Or any
> other Erlang driver that can handle db requests in parallel?
> There are plenty of drivers out there, but no documentation at all, and I
> am not experienced enough to find out the ones I'm interested in.
> I would be really glad if you could provide me some links or valuable
> suggestions.
>
> Thanks in advance!
> Cheers,
> Erisa
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120216/76505bb1/attachment.htm>


More information about the erlang-questions mailing list