package sqlgg
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
SQL Guided (code) Generator
Install
dune-project
Dependency
Authors
Maintainers
Sources
sqlgg-20260721.tbz
sha256=40d7699187951dd2f17d885c4f4f04124930bf7dc1119d4cca322c5f0cb42d8e
sha512=e7c90683cddcff3ca0ba9de9e40c2c4c69923ea62e2647f1a70083e42ed00b7cab53f8a14d1a965ee4465966bc02fa75fa7cb42e485beae1a9c26bdc252c3665
doc/sqlgg.lib/Sqlgg/Stmt/index.html
Module Sqlgg.StmtSource
Statement
Source
val pp_insert_kind :
Ppx_deriving_runtime.Format.formatter ->
insert_kind ->
Ppx_deriving_runtime.unitinferred inserted values to complete sql statement
Source
val pp_inferred :
Ppx_deriving_runtime.Format.formatter ->
inferred ->
Ppx_deriving_runtime.unitpossible number of rows in query result
Source
val pp_cardinality :
Ppx_deriving_runtime.Format.formatter ->
cardinality ->
Ppx_deriving_runtime.unitSource
type kind = | Select of cardinality| Insert of inferred * Sql.table_name| Create of Sql.table_name| CreateIndex of string| Update of Sql.table_name option(*name for single-table UPDATEs
*)| Delete of Sql.table_name list| Alter of Sql.table_name list| Drop of Sql.table_name| CreateRoutine of Sql.table_name(*namespaced function name
*)| CreateType of string| DropType of string| Other
Source
val pp_category :
Ppx_deriving_runtime.Format.formatter ->
category ->
Ppx_deriving_runtime.unit sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>