package ppx_mysql

  1. Overview
  2. Docs
Syntax extension for facilitating usage of MySQL bindings

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_mysql-1.1.3.tbz
sha256=7ac90d54b649692b9d2c2bedb3a2f9cce4d100d4db5443fc482f1e8337e19911
sha512=d47a05607a526bb1c2f3a0a3a79f84d181362810845f2c1e1004b80cb41ee748e9216be971c5e3c9c1e4027eec91de2d9effe57fd8e0d83b8861d5d0bfd6c3d1

doc/ppx_mysql.runtime/Ppx_mysql_runtime/Make_context/argument-1-M/Prepared/index.html

Module M.Prepared

type dbh
type stmt
type stmt_result
type error
val create : dbh -> string -> (stmt, error) result IO.t
val close : stmt -> (unit, error) result IO.t
val execute_null : stmt -> string option array -> (stmt_result, error) result IO.t
val fetch : stmt_result -> (string option array option, error) result IO.t
OCaml

Innovation. Community. Security.