Tongsuo-Project / RustyVault

A rusted vault that can do many awesome secrets management stuff...
Apache License 2.0
264 stars 21 forks source link

Make mysql storage backend a configurable option rather than the default #50

Closed wa5i closed 7 months ago

wa5i commented 7 months ago

To prevent compilation failures for users who do not require mysql.

wa5i commented 7 months ago

CC @WorldWay

InfoHunter commented 7 months ago

Why it will fail if mysql support is compiled by default?

wa5i commented 7 months ago

Why it will fail if mysql support is compiled by default?

Because it depends on the MySQL library, compilation will fail if it is absent.

wa5i commented 7 months ago

ping @InfoHunter @WorldWay