# Constants
Postgres represents the postgres dialect.
PostgresWithoutLock represents the postgres dialect but it does not wait for a lock to connect.
TransactionWrappedPostgres is useful for tests.
# Type aliases
DialectName is a compiler enforced type used that maps to gorm's dialect names.