forked from slick/slick
-
Notifications
You must be signed in to change notification settings - Fork 12
Home
szeiger edited this page Sep 13, 2010
·
12 revisions
ScalaQuery is a type-safe database API for Scala.
It includes the following features:
- Simple session management based on JDBC Connections
- Type-safe queries based on a query monad and combinators
- Simple static and dynamic queries
See LICENSE.txt for licensing conditions (BSD-style).
More documentation about many ScalaQuery features can be found in my blog.