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