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_traits/index.html

Module Sqlgg_traitsSource

OCaml traits signature for sqlgg by ygrek 2014-06-08

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.

For more information, please refer to <http://unlicense.org/>

Sourcemodule type Value = sig ... end
Sourcemodule type Enum = sig ... end
Sourcemodule type FNS = sig ... end
Sourcemodule type M = sig ... end
Sourcemodule type M_io = sig ... end
Sourcemodule type M_control_io = sig ... end
Sourcemodule type M_default_types = M with type Types.Bool.t = bool and type Types.Int.t = int64 and type Types.Float.t = float and type Types.Text.t = string and type Types.Blob.t = string and type Types.Decimal.t = float and type Types.Datetime.t = float and type Types.Any.t = string
Sourcemodule type M_io_default_types = sig ... end