Pgx_value_corePgx_value types using Core_kernel's Date and Time modules
type v = Pgx.Value.vtype t = Pgx.Value.tinclude module type of Pgx.Value with type v := v and type t := tval sexp_of_v : v -> Ppx_sexp_conv_lib.Sexp.tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval null : tval of_binary : string -> tval to_binary_exn : t -> stringval to_binary : t -> string optionval of_bool : bool -> tval to_bool_exn : t -> boolval to_bool : t -> bool optionval of_float : float -> tval to_float_exn : t -> floatval to_float : t -> float optionval sexp_of_hstore : hstore -> Ppx_sexp_conv_lib.Sexp.tval sexp_of_inet : inet -> Ppx_sexp_conv_lib.Sexp.tval of_int : int -> tval to_int_exn : t -> intval to_int : t -> int optionval of_int32 : int32 -> tval to_int32_exn : t -> int32val to_int32 : t -> int32 optionval of_int64 : int64 -> tval to_int64_exn : t -> int64val to_int64 : t -> int64 optionval sexp_of_point : point -> Ppx_sexp_conv_lib.Sexp.tval of_string : string -> tval to_string_exn : t -> stringval to_string : t -> string optionval unit : tval to_unit_exn : t -> unitval to_unit : t -> unit optionval sexp_of_uuid : uuid -> Ppx_sexp_conv_lib.Sexp.tval of_date : Core_kernel.Date.t -> tval to_date_exn : t -> Core_kernel.Date.tval to_date : t -> Core_kernel.Date.t optionval of_time : Core_kernel.Time.t -> tval to_time_exn : t -> Core_kernel.Time.tval to_time : t -> Core_kernel.Time.t option