package ez_pgocaml

  1. Overview
  2. Docs
A simple library to work with pgocaml

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
sha256=57b409aeef2e0e5e372ba23d4ca40a5e62f5d85d3a69aeab301d0670da4a986c

doc/ez_pgocaml/EzPG/index.html

Module EzPGSource

Sourceval connect : ?host:string -> ?port:int -> ?user:string -> ?password:string -> ?unix_domain_socket_dir:string -> string -> 'a PGOCaml.t
Sourceval close : 'a PGOCaml.t -> unit
Sourceval exec : ?verbose:bool -> 'a PGOCaml.t -> ?callback:(string list list option -> unit) -> string -> unit
Sourceval execs : ?verbose:bool -> 'a PGOCaml.t -> string list -> unit
Sourceval upgrade_database : ?verbose:bool -> ?downgrades:(int * string list) list -> ?allow_downgrade:bool -> upgrades:(int * ('a PGOCaml.t -> int -> unit)) list -> ?target:int -> ?witness:string -> 'a PGOCaml.t -> unit
Sourceval touch_witness : ?witness:string -> int -> unit
Sourceval init : ?verbose:bool -> ?witness:string -> ?searchpath:string -> 'a PGOCaml.t -> unit
Sourceval createdb : ?verbose:bool -> ?host:string -> ?port:int -> ?unix_domain_socket_dir:string -> string -> unit
Sourceval dropdb : ?verbose:bool -> ?host:string -> ?port:int -> ?unix_domain_socket_dir:string -> string -> unit
Sourceval begin_tr : 'a PGOCaml.t -> unit
Sourceval end_tr : 'a PGOCaml.t -> unit
Sourceval abort_tr : 'a PGOCaml.t -> unit
Sourceval in_tr : 'a PGOCaml.t -> ('a PGOCaml.t -> unit) -> unit
Sourceval upgrade : ?verbose:bool -> version:int -> ?downgrade:string list -> dbh:'c PGOCaml.t -> string list -> unit
Sourceval printf : ?verbose:bool -> ?callback:(string list list option -> unit) -> 'a PGOCaml.t -> ('b, unit, string, unit) format4 -> 'b
Sourceval may_upgrade_old_info : ?verbose:bool -> 'a PGOCaml.t -> unit
Sourcemodule Mtimes : sig ... end
OCaml

Innovation. Community. Security.