libkv icon indicating copy to clipboard operation
libkv copied to clipboard

Additional backend: Add MySQL support?

Open abronan opened this issue 8 years ago • 2 comments

docker/libkv#180 adds MySQL support for libkv.

Additional stores should be treated with care as this leads to more maintenance and an increased pressure to fix bugs. Although if people are interested in having MySQL support, I could carry the PR or contact the contributor from the upstream repository to include it here.

abronan avatar Aug 28 '17 00:08 abronan

In my opinion, as unnecessary, all the backends get the same treatment. We can separate them into essential backends and optional backends.

We just take more maintenance for the essential backends.

Just like linux, I think the maintainers cannot take care of all architectures well. They need contributors to do some work for the non-mainstream architectures.☺

lrita avatar Aug 31 '17 13:08 lrita

Thanks for commenting on this repo :) makes sense to me, would you be interested in submitting the PR here for review?

abronan avatar Sep 01 '17 09:09 abronan