All Projects → fregelab → sirocco

fregelab / sirocco

Licence: Apache-2.0 license
Frege + database = :-)

Programming Languages

Frege
13 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].