https://github.com/squeryl/squeryl
  
  
    A Scala DSL for talking with databases with minimum verbosity and maximum type safety 
    https://github.com/squeryl/squeryl
  
        Last synced: 7 months ago 
        JSON representation
    
A Scala DSL for talking with databases with minimum verbosity and maximum type safety
- Host: GitHub
- URL: https://github.com/squeryl/squeryl
- Owner: squeryl
- License: apache-2.0
- Created: 2010-01-30T16:07:07.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T22:58:07.000Z (8 months ago)
- Last Synced: 2025-03-12T23:29:48.899Z (8 months ago)
- Language: Scala
- Homepage: https://squeryl.github.io
- Size: 12 MB
- Stars: 584
- Watchers: 28
- Forks: 138
- Open Issues: 39
- 
            Metadata Files:
            - Readme: readme.markdown
- License: license.txt
- Codeowners: .github/CODEOWNERS
 
Awesome Lists containing this project
- awesome-scala - Squeryl ★ 484 ⧗ 1 - A Scala DSL for talking with databases with minimum verbosity and maximum type safety. (Database)
- awesome-scala - **squeryl** - activity/y/squeryl/squeryl) (Table of Contents / Database)
- fucking-awesome-scala - **squeryl** - activity/y/squeryl/squeryl) (Table of Contents / Database)
README
          [](https://maven-badges.herokuapp.com/maven-central/org.squeryl/squeryl_2.12)
[](https://javadoc.io/doc/org.squeryl/squeryl_2.13)
## How to build
1. Download or clone repository:  
     `git clone git@github.com: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][1] and [Scaladoc][3]. Questions can be directed to the [Google Group][2]
[1]: https://www.squeryl.org
[2]: https://groups.google.com/forum/#!forum/squeryl
[3]: https://javadoc.io/doc/org.squeryl/squeryl_2.13