AbstractConstruct a new store.
The set of schema functions to apply to a database. The ordering of this array determines the schema number.
Options to supply to the PostgreSQL client, such as url.
Clean away any resources used by the database. This is automatically called before the process exits.
ProtectedgetGet the current schema version.
The current schema version, or -1 if no schema table is found.
ProtectedupdateUpdate the current schema version.
PostgreSQL datastore abstraction which can be inherited by a specialised bridge class.
Example