资 源 简 介
_Update:_ We are currently working on project Slick, integrating ideas from Scala Integrated Query, [Scala Query](http://scalaquery.org/) and additional techniques for compile time processing and optimizations. We made an initial release in summer 2012.
Scala Integrated Query (SIQ)
Scala Integrated Query is a prototype developed at LAMP, EPFL. It
compiles a subset of Scala into SQL and executes it in the DBMS. Queries
can result in single values or arbitrarily nested lists and tuples,
which can require more than one SQL query. Compared to using SQL
directly, using Scala Integrated Query can lead to more accurate code
and makes it easier to achieve good performance for complex queries. It
features greater expressiveness, type safety, familiar syntax and easy
composability. Complex queries are efficiently mapped to SQL and
automatically optimized. Avalanches of SQL queries a