The UtilsController constructor signature has been changed to remove the connection parameters (host, database, uid, password, port), now only accepting tableName, primaryKeyName, and autoIncrement. This is a breaking API change that will cause compilation errors for existing code. The constructor now creates a parameterless Utils instance which relies on config.json. Consider providing both constructors or adding an Obsolete attribute to help users migrate.
Originally posted by @Copilot in #8 (comment)
The UtilsController constructor signature has been changed to remove the connection parameters (host, database, uid, password, port), now only accepting tableName, primaryKeyName, and autoIncrement. This is a breaking API change that will cause compilation errors for existing code. The constructor now creates a parameterless Utils instance which relies on config.json. Consider providing both constructors or adding an Obsolete attribute to help users migrate.
Originally posted by @Copilot in #8 (comment)