Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 15 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T00:26:26.000Z (2 months ago)
- Last Synced: 2024-10-29T01:25:02.034Z (2 months ago)
- Language: Scala
- Homepage: https://squeryl.github.io
- Size: 12 MB
- Stars: 583
- Watchers: 29
- Forks: 138
- Open Issues: 41
-
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)
README
[![maven central](https://maven-badges.herokuapp.com/maven-central/org.squeryl/squeryl_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.squeryl/squeryl_2.12)
[![javadoc](https://javadoc.io/badge2/org.squeryl/squeryl_2.13/javadoc.svg)](https://javadoc.io/doc/org.squeryl/squeryl_2.13)## 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][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