package sqlgg

  1. Overview
  2. No Docs
SQL Guided (code) Generator

Install

Dune Dependency

Authors

Maintainers

Sources

sqlgg-0.4.3.tar.gz
md5=31c14531a1b6e61dc0e9be32a38c8fd3

Description

sqlgg is an SQL query parser and binding code generator for C#, C++, Java, OCaml. It starts off with SQL schema and queries, and generates code (or XML, allowing further code generation for various purposes). Generated code only defines a mapping of output columns and query parameters to the host language, trying to be as unobtrusive as possible and leaving the choice of SQL database (and API to access it) to the developer.

Published: 01 Oct 2017

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. sqlite3 >= "5.0.0"