Implement database support
qua3k opened this issue · 1 comments
qua3k commented
Implement database support
qua3k commented
storing globs in user_rules/display_rules
Need to figure out a way to store structs implementing the glob.Glob interface into Postgres, if it can be done. This would mean that we would only burn CPU time compiling the glob events as they come in, not when iterating through them.