• Stars
    star
    580
  • Rank 73,932 (Top 2 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created about 14 years ago
  • Updated 17 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

maven central javadoc

How to build

  1. Download or clone repository:
    git clone [email protected]:squeryl/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 Scaladoc. Questions can be directed to the Google Group