monet v0.0.9 API Reference
Modules
Main interface for interacting with a MonetDB server. Implemented as a pool of Monet.Connection. Commands such as query/1 check out a Connection from the pool, call query/1 on it, and then check it back in.
Handles authenticating with the MonetDB server. Shouldn't be called directly. Automatically invoked as part of the connection startup which is managed by the connection pool (the Monet module).
Represents a connection (a socket) to the MonetDB Server.
Represents an error.
A simple query builder.
Reads and parses responses from the server. Should not be called directly from outside this library.
Represents the result from a query to MonetDB.
Created via Monet.transaction/1
or Monet.transaction/2
.
Prepares and sends messages to the server. Should not be called directly from outside this library.