Package org.dbos.apiary.postgres


package org.dbos.apiary.postgres
Provide the classes necessary to write Postgres backed functions.
  • Classes
    Class
    Description
    A connection to a Postgres database.
    PostgresContext is a context for Apiary-Postgres functions.
    All Postgres functions should extend this class and implement runFunction.