Skip to content
Frege + database = :-)
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
gradle/wrapper
sirocco-core
sirocco-docs
sirocco-sample
.gitignore
.travis.yml
CHANGELOG.md
LICENSE
README.md
build.gradle
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

Build Status Bintray

Sirocco

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

Dependencies

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'

Examples

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
You can’t perform that action at this time.