package sqlexpr

  1. Overview
  2. Docs
module AC = Ast_convenience
val new_id : unit -> string
val gen_stmt : cacheable:bool -> string -> Sqlexpr_parser.input list -> Parsetree.expression
val gen_expr : cacheable:bool -> string -> Sqlexpr_parser.input list -> Sqlexpr_parser.output list -> Parsetree.expression
val stmts : string list Pervasives.ref
val init_stmts : string list Pervasives.ref
val gen_sql : ?init:bool -> ?cacheable:bool -> string -> Parsetree.expression
val sqlcheck_sqlite : unit -> Parsetree.expression
val call : (string -> 'a) -> Ast_helper.loc -> Parsetree.payload -> 'a
val new_mapper : 'a -> Ast_mapper.mapper