package fun-sql

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Fun_sqlSource

This module is used for common code across different SQL database engines. You normally will not be using this module, instead you would directly use either Fun_sqlite or Fun_postgresql.

Sourcemodule type Sql = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Sql : Sql) : S with type db = Sql.db and type arg = Sql.arg and type 'a ret = 'a Sql.ret
OCaml

Innovation. Community. Security.