Init initializes the default Clickhouse connection.
It checks if Clickhouse 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 Clickhouse database connection with the given configuration.
Returns (*gorm.DB, error) where error is non-nil if the connection fails.