package
0.5.3
Repository: https://github.com/aodin/aspect.git
Documentation: pkg.go.dev

# 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