Postgresql Sqlalchemy adapter.
pgawedge acts as an adapter(wedge) for setting sqlalchemy to use postgres conventions. Additionally, many utilities that relying on implementations buried throughout sqlalchemy's extensive documentation are included.
These include:
- default postgres connection environmental variables names.
- Primary key, foreign key, constraint naming conventions.
- Server side UUID and UTC TIMESTAMP creation.
- Serialization/deserialization for UUID's and JSON objects.
NOTE: pgawedge is still a pre-release and the API Could change. The most significant changes would affect the schema reflection API in alchemy.py.