This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.classpath | Thu Oct 08 12:54:12 -0700 2009 | |
| |
.gitignore | Tue Aug 11 12:32:39 -0700 2009 | |
| |
.project | Fri Feb 20 15:45:36 -0800 2009 | |
| |
.settings/ | Sat Jul 18 06:39:30 -0700 2009 | |
| |
LICENSE.txt | Thu Jun 11 05:46:25 -0700 2009 | |
| |
README.txt | Fri Jul 17 12:52:37 -0700 2009 | |
| |
project/ | Sat Nov 14 07:20:28 -0800 2009 | |
| |
src/ | Sat Nov 28 08:42:28 -0800 2009 |
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. Some details have changed since then so don't expect the code from that article to run unmodified with the current version. See <http://szeiger.de/blog/category/scala/scala-query/> for all ScalaQuery-related posts on my blog. See LICENSE.txt for licensing conditions (BSD-style).







