# README
PostGres
Development
To run tests for the postgres
subpackage enable the UUID extension:
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
More info here: http://stackoverflow.com/a/12505220
# Functions
No description provided by the author
C is a shorthand for Column.
Column wraps an aspect ColumnElem and adds postgres specific functionality C wraps an aspect ColumnElem and adds postgres specific functionality.
Exclude creates a new ExcludeConstraint.
Insert creates an INSERT ..
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
Now represents the clause needed to return a now timestamp in postgres.
# Structs
No description provided by the author
ColumnElem expands aspect's ColumnElem by adding PostGres specific operators and functions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PostGres implements the Dialect interface for postgres databases.
RetInsertStmt is the internal representation of an INSERT ..
No description provided by the author
No description provided by the author
TODO Replace with a more robust binary clause?.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author