https://github.com/ygrek/sqlgg
SQL Guided (code) Generator
https://github.com/ygrek/sqlgg
Last synced: about 2 months ago
JSON representation
SQL Guided (code) Generator
- Host: GitHub
- URL: https://github.com/ygrek/sqlgg
- Owner: ygrek
- License: gpl-2.0
- Created: 2013-03-24T10:25:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T14:09:15.000Z (2 months ago)
- Last Synced: 2025-04-04T13:14:53.005Z (2 months ago)
- Language: OCaml
- Homepage: https://ygrek.org/p/sqlgg/
- Size: 8.01 MB
- Stars: 65
- Watchers: 5
- Forks: 23
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
- awesome-list - sqlgg
README
sqlgg: SQL Guided (code) Generator
==================================[](https://travis-ci.org/ygrek/sqlgg)
[](https://ci.appveyor.com/project/ygrek/sqlgg/branch/master)Homepage at https://ygrek.org/p/sqlgg/
Install with `opam install sqlgg`
sqlgg is sql query parser and code generator.
See homepage for detailed description and rationale.Development
-----------Install dependencies with `opam install --deps-only .`
Buld with `make`
Conditions
----------```
Copyright (c) 2009 ygrekThis project is distributed under the terms of GPL Version 2. See LICENSE file for full license text.
Example code in demo/ and example/ and database specific bindings in impl/ are released into public domain.
See UNLICENSE file in each of the above directories for more information.
```NB the output of sqlgg, i.e. the generated code, is all yours of course :)
----
2018-04-26