opam: update
[sqlgg.git] / README.md
blobaaaf7fa424f1be95b04bce5b2b6a4a14a4d2bccc
1 sqlgg: SQL Guided (code) Generator
2 ==================================
4 [![Build Status](https://travis-ci.org/ygrek/sqlgg.svg?branch=master)](https://travis-ci.org/ygrek/sqlgg)
5 [![Build status](https://ci.appveyor.com/api/projects/status/1bfx41oulkbu4aj2?svg=true)](https://ci.appveyor.com/project/ygrek/sqlgg/branch/master)
7 Homepage at https://ygrek.org/p/sqlgg/
9 Install with `opam install sqlgg`
11 sqlgg is sql query parser and code generator.
12 See homepage for detailed description and rationale.
14 Development
15 -----------
17 Install dependencies with `opam install --deps-only .`
19 Buld with `make`
21 Conditions
22 ----------
24 ```
25 Copyright (c) 2009 ygrek <ygrek@autistici.org>
27 This project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
29 Example code in demo/ and example/ and database specific bindings in impl/ are released into public domain.
30 See UNLICENSE file in each of the above directories for more information.
31 ```
33 NB the output of sqlgg, i.e. the generated code, is all yours of course :)
35 ----
36 2018-04-26