package sqlgg

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sqlgg-20260721.tbz
sha256=40d7699187951dd2f17d885c4f4f04124930bf7dc1119d4cca322c5f0cb42d8e
sha512=e7c90683cddcff3ca0ba9de9e40c2c4c69923ea62e2647f1a70083e42ed00b7cab53f8a14d1a965ee4465966bc02fa75fa7cb42e485beae1a9c26bdc252c3665

doc/sqlgg.traits/Sqlgg_trait_types/index.html

Module Sqlgg_trait_typesSource

Sourcetype json = [
  1. | `Null
  2. | `Bool of bool
  3. | `Float of float
  4. | `String of string
  5. | `Assoc of (string * json) list
  6. | `List of json list
  7. | `Int of int
  8. | `Intlit of string
]
Sourcetype one_or_all = [
  1. | `One
  2. | `All
]
Sourceval convert_json : ([< `Assoc of ('b * 'a) list | `Bool of 'c | `Float of 'd | `Int of 'e | `Intlit of 'f | `List of 'a list | `Null | `String of 'g | `Tuple of 'a list | `Variant of 'h ] as 'a) -> [> `Assoc of ('b * 'i) list | `Bool of 'c | `Float of 'd | `Int of 'e | `Intlit of 'f | `List of 'i list | `Null | `String of 'g ] as 'i