This repository contains the pluggable database driver adapters for the Hyperrr engine, specifically GORM PostgreSQL dialect configuration.
- PostgreSQL GORM Dialect: Dynamically registers the GORM PostgreSQL driver and connection provider on initialization.
This module is imported dynamically by the core Hyperrr engine during startup to support external PostgreSQL storage backends.
To learn more about how to configure database backends, see the Hyperrr Developer Guide.