what good orm api will work well with scala or erlang
        Posted  
        
            by Emotu Balogun
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Emotu Balogun
        
        
        
        Published on 2009-12-12T23:12:07Z
        Indexed on 
            2010/04/03
            11:03 UTC
        
        
        Read the original article
        Hit count: 238
        
I'm considering taking up scala programming but i'm really concerned about what will become of my ORM based applications. I currently use hibernate as my ORM and i find it a really reliable tool. I'd like to know if there's any ORM tool as efficient but written in scala, or will hibernate work seamlessly with it. i don't want to have to start writing endless sql queries again (like the days of JDBC). I also have the same thought about erlang. is there a good orm out there for erlang?? and can i use erlang with other DBMS like oracle and mysql with ORM
© Stack Overflow or respective owner