Wanted: Good examples of Scala database persistence

Posted by Rydell on Stack Overflow See other posts from Stack Overflow or by Rydell
Published on 2009-09-01T14:16:44Z Indexed on 2010/03/15 22:49 UTC
Read the original article Hit count: 148

Filed under:
|
|
|

I'm would like to use Scala to persist data to a relational database, so what I am looking for are examples of CRUD operations using Scala.

I would like to code on a lower level of abstraction than an ORM like Hibernate/Toplink (read:JDBC), but between us, I would like to see examples of all types.

Thanks folks.

© Stack Overflow or respective owner

Related posts about scala

Related posts about jdbc