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.lib/Sqlgg/Sql/Schema/Join/index.html

Module Schema.JoinSource

Sourcetype 'a condition =
  1. | On of 'a
  2. | Default
  3. | Natural
  4. | Using of string list
Sourcetype typ =
  1. | Left
  2. | Right
  3. | Full
  4. | Inner
  5. | Straight
Sourceval cross : 'a list -> 'a list -> 'a list
Sourceval natural : 'a Source.Attr.t list -> 'a Source.Attr.t list -> 'a Source.Attr.t list
Sourceval using : string list -> 'a Source.Attr.t list -> 'a Source.Attr.t list -> 'a Source.Attr.t list
Sourceval join : typ -> 'a condition -> 'b Source.Attr.t list -> 'b Source.Attr.t list -> 'b Source.Attr.t list