Sqlgg_traitsSourceOCaml traits signature for sqlgg by ygrek 2014-06-08
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
For more information, please refer to <http://unlicense.org/>
module type M_default_types =
M
with type Types.Bool.t = bool
and type Types.Int.t = int64
and type Types.Float.t = float
and type Types.Text.t = string
and type Types.Blob.t = string
and type Types.Decimal.t = float
and type Types.Datetime.t = float
and type Types.Any.t = string