package mmdb

  1. Overview
  2. Docs

Module Mmdb.FloatSource

Interface for retrieving float values from the database

Sourcemodule Query : sig ... end
Sourcetype answer = float

The type of answer returned by a query

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

Fetches a value directly from the database

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

Fetches a value from an ip_data reference

OCaml

Innovation. Community. Security.