gnufied / scala-query forked from szeiger/scala-query
- Source
- Commits
- Network (13)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.classpath | ||
| |
.gitignore | ||
| |
.project | Fri Feb 20 15:45:36 -0800 2009 | |
| |
.settings/ | ||
| |
LICENSE.txt | Thu Jun 11 05:46:25 -0700 2009 | |
| |
README.txt | ||
| |
project/ | ||
| |
src/ |
README.txt
ScalaQuery is a type-safe database query 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 <http://szeiger.de/blog/2008/12/21/a-type-safe-database-query-dsl-for-scala/> for an introduction. See LICENSE.txt for licensing conditions (BSD-style).

