sqlgg.traits
Sqlgg_io.Blocking
ppx_sqlgg
sqlgg.json_path
sqlgg.lib
include M with type 'a future = 'a
type 'a future = 'a
val return : 'a -> 'a future
val (>>=) : 'a future -> ('a -> 'b future) -> 'b future
val bracket : 'a future -> ('a -> unit future) -> ('a -> 'b future) -> 'b future
val catch : (unit -> 'a future) -> (exn -> 'a future) -> 'a future
val try_bind : (unit -> 'a future) -> ('a -> 'b future) -> (exn -> 'b future) -> 'b future
val async : (unit -> unit future) -> unit
module List : sig ... end