Make a RuleHandler subclass for rules with databases
Rules needing individual databases and database connections cause a strain in the workload every time a database is opened and then closed for each worker. Finding a solution to allow for multiple related rules to use the same database connection would simplify/improve the efficiency of this task.
Edited by Danijel Schorlemmer