Querulous, Twitter's Scala library for SQL databasesgithub.com/nkallen 15 pointsdurana16 years ago4 commentsSaveHideCopy link On HNComments−TrevorBurnham16y"Handles all the JDBC bullshit so you don't have to." Music to my Java-addled ears!−duranaOP16yYeah that's really the best part. The other thing I really like is that it doesn't try to make you use some sort of DSL in place of SQL like other libraries do.−metaforth16yHere is some documentation with examples,http://github.com/nkallen/querulous/blob/master/README.markd...−pacoaw16yLooks like a worse than Hibernate orm (nih). And twitter dropped mysql for cassandra.
Comments
"Handles all the JDBC bullshit so you don't have to." Music to my Java-addled ears!
Yeah that's really the best part. The other thing I really like is that it doesn't try to make you use some sort of DSL in place of SQL like other libraries do.
Here is some documentation with examples,
http://github.com/nkallen/querulous/blob/master/README.markd...
Looks like a worse than Hibernate orm (nih). And twitter dropped mysql for cassandra.