slick
slick copied to clipboard
Scala Language Integrated Connection Kit
ScalaQuery is a type-safe database query API for Scala.
It includes the following features:
- Session management based on JDBC Connections
- Type-safe queries based on a query monad and combinators
- Simple static and dynamic queries
The following database systems are directly supported for type-safe queries:
- PostgreSQL
- MySQL
- Microsoft SQL Server
- Microsoft Access
- H2
- HSQLDB/HyperSQL
- Derby/JavaDB
- SQLite Accessing other database systems is possible, with a reduced feature set.
See http://scalaquery.org/ for more information. Licensing conditions (BSD-style) can be found in LICENSE.txt.