Module Dbi_sqlite


module Dbi_sqlite: sig  end

val encode_sql_t : [< `Binary of 'a
| `Blob of string
| `Bool of bool
| `Date of Dbi.date
| `Decimal of Dbi.Decimal.t
| `Float of float
| `Int of int
| `Interval of 'b
| `Null
| `String of string
| `Time of Dbi.time
| `Timestamp of 'c
| `Unknown of string ] ->
string
class statement : Dbi.connection -> Sqlite.db -> string -> object  end
class connection : ?host:string ->
?port:string -> ?user:string -> ?password:string -> string -> object end