scala - Working with wide SQL tables using ScalaQuery (or something else type-safe) -



scala - Working with wide SQL tables using ScalaQuery (or something else type-safe) -

many databases have tables many columns, scalaquery uses tuples represent table schemas, , scala doesn't back upwards such wide tuples. there way work such tables using scalaquery (short of dropping downwards executing raw sql)? if not, there other type-safe querying language supports this?

squeryl scala mysql orm appears map table rows classes using name equivalence, should have no problem working many-column tables. haven't used looks easy use.

sql scala scalaquery

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -