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
Post a Comment