package petrol

  1. Overview
  2. Docs

Module Sqlite3.TypeSource

Defines all supported Sqlite types.

Sourcetype 'a t = 'a Type.t

Represents a SQL type.

Sourceval bool : bool t

bool represents the SQL boolean type (internally the type is INTEGER, as Sqlite does not have a dedicated boolean type).

Sourceval int : int t

int represents the SQL INTEGER type.

Sourceval real : float t

real represents the SQL REAL type.

Sourceval text : string t

text represents the SQL TEXT type.

Sourceval blob : string t

blob represents the SQL BLOB type.

Sourcemodule Numeric = Type.Numeric
OCaml

Innovation. Community. Security.