Announcing ErlyWeb 0.6

Posted by Yariv on April 17, 2007

I’m pleased to announce the release of ErlyWeb 0.6. This very exciting release contains a new Mnesia driver for ErlyDB created by Matthew Pflueger and a Postgres driver (based on the open source driver from Erlang Consulting) created by Roberto Saccon. Finally, you can use a single database abstraction layer in Erlang to access MySQL, Postrgres and Mnesia without writing a single line of SQL or DBMS-specific logic :)

You can get ErlyWeb 0.6 from the ErlyWeb website or from its Google Code repository. Make sure to check out CHANGELOG.txt for a complete list of changes.

If you have any questions regarding the new drivers, please ask the ErlyWeb Google Group.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. Anders Pearson Tue, 17 Apr 2007 21:11:00 EDT

    Congratulations!

    Those were exactly the two features that I’d been waiting for. Postgres for my legacy databases and Mnesia for future projects. Between this and Joe Armstrong’s upcoming book, I no longer have any excuse to not put a serious effort into seeing if I can move more of my coding work to Erlang.

  2. jherber Wed, 18 Apr 2007 20:33:47 EDT

    i wonder how difficult it would be to write a compiler that processes a rails application as an input (treating it purely as a DSL) and outputs a translation it into the erlyweb framework. hmm.

  3. shashy Fri, 20 Apr 2007 11:52:34 EDT

    Great work!
    Does anyone have an example of the connection parameters required to use Mnesia? Thanks.

  4. shashy Fri, 20 Apr 2007 11:54:45 EDT

    Great work!
    Does anyone have an example of the connection parameters required to use Mnesia? What s the equivalent of erlydb:connect(mysql, “localhost”, “username”, “password”,
    “test”). Thanks.

  5. batterseapower Sat, 21 Apr 2007 15:28:28 EDT

    Could you please post an example of creating a simple ErlyWeb application with an mnesia backend? I’ve been trying to adapt your post at http://yarivsblog.com/articles/2006/10/27/introducing-erlyweb-the-erlang-twist-on-web-framworks/, but no matter what I do I can’t get anything to appear at http://127.0.0.1/music/musicians/ (it’s always 404 not found..).

    Thanks for the great work, anyway :). The framework looks great!

Comments