Module Mmdb.Bool

Interface for retrieving boolean values from the database

module Query : sig ... end
type answer = bool

The type of answer returned by a query

val from_db : t -> Ip.t -> Query.t -> (answer option, Fetch_error.t) Stdlib.result

Fetches a value directly from the database

val from_ip_data : ip_data -> Query.t -> (answer option, Fetch_value_error.t) Stdlib.result

Fetches a value from an ip_data reference