package pgx

  1. Overview
  2. Docs
Pure-OCaml PostgreSQL client library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

pgx_lwt_mirage-2.0.tbz
sha256=be6bac83e4030b6225f3966fd482b242818ff1147efc273163d4a9cd749b62bd
sha512=c18e3b7d246f184c5a689d081f613937d569f9b794b95e586c5c16ddb7402581049642dd20852ec95316c4681b70f5e8f494fc9475adecf64d53b13d70257c98

doc/pgx/Pgx/Isolation/index.html

Module Pgx.IsolationSource

Sourcetype t =
  1. | Serializable
  2. | Repeatable_read
  3. | Read_committed
  4. | Read_uncommitted

Database transaction isolation levels

include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.