osctrl
osctrl copied to clipboard
Add support for other backends
According to https://osctrl.net/components/backend/ it wouldn't be much work to support backends other than postgres. I'd love to see mysql support as that's what my database admins support.
Just removed the requirement for jsonb so any backend could be used now, via gorm
PR for the refactoring: https://github.com/jmpsec/osctrl/pull/228
Dependencies for PostgreSQL have been removed, it should be straight forward to add support to other backends. Is there still any interest for it? Thanks!
I'm no longer on a team that deals with osquery, so I don't have a need for it, but it does seem useful in general to me.