Package fj.control.db


package fj.control.db
Abstractions for JDBC connections.
  • Classes
    Class
    Description
    A method of connecting to the database.
    DB<A>
    The DB monad represents a database action, or a value within the context of a database connection.
    Performs database I/O, in order to read or write the database state.