# Functions
Conn wraps a postgresql connection and returns a driver.Conn.
MigrateSchemas migrates all the passed in migratable databases.
New creates a new postgresql driver.
WithTransaction wraps a transaction and handles rollback and commit and recovers if there are any panics.
# Structs
Row wraps *pgx.Row which is a convenience wrapper over *pgx.Rows.
Rows defines Columns so that sqlstruct.Scan can be used.
SchemaMigrator struct.
# Interfaces
MigratableDatabase interface.