-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for other backends #86
Comments
Just removed the requirement for jsonb so any backend could be used now, via gorm |
PR for the refactoring: #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. |
Yes, there is an interest, as from system administration point of view with MySQL is way-way much easier to maintain HA system with master-master replication, which is a nightmare in PostgreSQL. Also PostgreSQL upgrades are a nightmare, since you can not skip major versions with distributions (like Fedora 33 directly to Fedora 41, which you can do, but not with PostgreSQL service). It would be great to put mysql or postgres as a DSN parameter. |
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.
The text was updated successfully, but these errors were encountered: