Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

fregelab/sirocco

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages