ctdk / goiardi

A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.io/en/latest/index.html
http://goiardi.gl
Apache License 2.0
280 stars 39 forks source link

MariaDB support? #85

Open robertsilen opened 2 months ago

robertsilen commented 2 months ago

Hello, I noticed the documentation only mentions mysql, but not mariadb - and the README only mentions mysql. Considering most distros run MariaDB by default it would only be fair to also mention MariaDB, and remove any compatibility doubt for users. Ok if I submit a PR?

robertsilen commented 2 months ago

Made PR https://github.com/ctdk/goiardi/pull/86 now, hope this is ok? Or was there any particular reason not to add MariaDB to docs?