package sqlgg

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

Install

Dune Dependency

Authors

Maintainers

Sources

sqlgg-0.4.5.tar.gz
md5=ebaf4a8076dcbeaa01e5a68bd6ad74b1

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.

Tags

org:ygrek

Published: 16 Oct 2018

Dev Dependencies

None

Used by

None

Conflicts (1)

  1. sqlite3 >= "5.0.0"