jdanbrown / Squeryl

A Scala DSL and ORM for talking with databases with minimum verbosity and maximum type safety

Home Page:squeryl.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build

  1. Download or clone repository:
    git clone git://github.com/max-l/Squeryl.git
  2. Open a shell in the project's root directory and launch SBT with ./sbt this will fetch the required version of Scala both for SBT itself and for Squeryl.
  3. The 'test' command will run the test suite against the minimalist but very complete H2 database. Type 'package' to create a jar in ./target/[scala version].

For more information

Documentation can be found at The Squeryl Website and questions can be directed to the Google Group

About

A Scala DSL and ORM for talking with databases with minimum verbosity and maximum type safety

squeryl.org

License:Apache License 2.0


Languages

Language:Scala 98.9%Language:Java 1.0%Language:Shell 0.0%