descriptionSQL query parser and binding code generator for C#, C++, Java, Objective Caml.
homepage URLhttp://ygrek.org.ua/p/sqlgg/
ownerygrek@autistici.org
last changeFri, 1 Dec 2023 21:58:20 +0000 (1 16:58 -0500)
content tags
add:
README.md

sqlgg: SQL Guided (code) Generator

Build Status Build status

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 ygrek <ygrek@autistici.org>

This 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

shortlog
2023-12-01 ygrekopam: updatemaster
2023-12-01 ygrekprepare release 2023120120231201
2023-12-01 ygrekRevert "gen_caml: some hygiene"
2023-11-26 ygrekgen: ensure no trailing whitespace
2023-11-26 ygrekcollect params of subqueries
2023-11-24 ygrekgen_caml: some hygiene
2023-11-24 ygrekbuild: do not let dune mess up warnings
2023-11-09 ygreksql: + some string functions
2023-11-09 ygreksql: parse generated columns
2023-05-24 ygrekclarify expr_q
2023-05-23 ygrekfix String deprecations
2023-03-13 ygreksync tests
2023-03-10 Mauricio Fernándezimpl: support for BLOB literals used in VALUES @xs
2023-03-10 Mauricio Fernándezgen_caml: fix insertion code (empty tuples)
2023-03-10 Mauricio Fernándezsql: fix DATE return type
2022-08-19 ygreksql: implicitly convert int<->decimal, require explicit...
...
tags
5 months ago 20231201 20231201
3 years ago 20200521 20200521
5 years ago 0.4.5 0.4.5
6 years ago 0.4.4 0.4.4
6 years ago 0.4.3 0.4.3
6 years ago 0.4.2 0.4.2
6 years ago 0.4.1 0.4.1
6 years ago 0.4.0 0.4.0
9 years ago 0.3.0 0.3.0
10 years ago 0.2.5 0.2.5
10 years ago 0.2.4 0.2.4
14 years ago 0.2.3 Parse more SQL. IEnumerable<> for...
14 years ago 0.2.2 + generate C# + parse table constra...
14 years ago 0.2.1 Generate XML and Java. C++ traits...
14 years ago 0.2.0 understands all basic SQL, generate...
15 years ago 0.1.0 Uploaded as cgi
heads
4 months ago null
5 months ago master
11 months ago subquery_params
6 years ago release-0.4.1
6 years ago release-0.4.0
9 years ago release-0.3.0
11 years ago enum
14 years ago camloo
14 years ago mob