[erlang-questions] connect Erlang with Postgre_?

wolfmanjm wolfmanjm@REDACTED
Tue Apr 28 21:50:11 CEST 2009


I use an alternative method, as IMHO Erlang is not well suited to talk
to DBs, and DB traffic is slower and needs not scale as much I wrote a
Java service using JInterface, that looks like an Erlang node and gets
all the database requests from my Erlang nodes. This way you get to
use all the power of Java database access (like SpringJDBC or
Hibernate etc). I wrote an article on getting upto speed on
JInterface...

http://blog.wolfman.com/articles/2009/4/12/using-erlang-with-jinterface


On Apr 28, 2:43 am, Ngoc Dao <ngocdaoth...@REDACTED> wrote:
> See:http://www.erlangatwork.com/2009/01/erlang-and-postgresql.html
>
> If you want a ORM-style mapping library, try ErlyDB. It works with Postgres.
>
> Ngoc.
>
> On Tue, Apr 28, 2009 at 10:45 AM, Michael Ossareh <ossa...@REDACTED> wrote:
> > Or as written by my co-worker:
>
> >http://erlang.org/pipermail/erlang-questions/2009-March/042712.html
>
> > Written to deal with the short comings of the current erlang
> > postgresql drivers.
>
> > On Sat, Apr 25, 2009 at 1:40 PM, Francesco Cesarini (Erlang Training
> > and Consulting) <france...@REDACTED> wrote:
> > > You can use our PostgreSQL driver available at
> > >http://www.erlang-consulting.com/erlang/opensource.html
>
> > > Regards,
> > > Francesco
> > > --
> > >http://www.erlang-consulting.com
>
> > > Rene Villalta Soto wrote:
>
> > >> Hi, how I can to connect Erlang with Postgre? I have the Postgre's
> > Server in other PC
>
> > >> Erlang girls are too hot!!! I love this language...
>
> > >> ------------------------------------------------------------------------
>
> > >> _______________________________________________
> > >> erlang-questions mailing list
> > >> erlang-questi...@REDACTED
> > >>http://www.erlang.org/mailman/listinfo/erlang-questions
> > > _______________________________________________
> > > erlang-questions mailing list
> > > erlang-questi...@REDACTED
> > >http://www.erlang.org/mailman/listinfo/erlang-questions
>
> > --
> > god loves atheists, Fact:
> >http://www.mrwiggleslovesyou.com/comics/rehab477.jpg
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questi...@REDACTED
> >http://www.erlang.org/mailman/listinfo/erlang-questions
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@REDACTED://www.erlang.org/mailman/listinfo/erlang-questions



More information about the erlang-questions mailing list