Init initializes the default PostgreSQL connection.
It checks if PostgreSQL is enabled and selected as the default database.
If the connection is successful, it initializes the database and returns nil.
New creates and returns a new PostgreSQL database connection with the given configuration.
Returns (*gorm.DB, error) where error is non-nil if the connection fails.