Sirocco is a Frege library to access relational databases via jdbc. Documentation is available at https://fregelab.github.io/sirocco
Sirocco first started as some ideas based on project: https://github.com/DellCliff/frege-dbc
Binaries are available at Bintray:
repositories {
maven {
url "http://dl.bintray.com/fregelab/maven"
}
}
Gradle dependencies:
compile 'com.github.fregelab:sirocco-core:0.1.2'
The sirocco-samples
project joins Sirocco
and Chinook
together
to show how a full Frege app may look like. To run the app, on the
project root folder:
./gradlew :sirocco-samples:run
Or to only play with the code:
./gradlew :sirocco-samples:fregeRepl