flipt
flipt copied to clipboard
Support CockroachDB
Problem
cockroachDB uses the same wire protocol as Postgres, so the application code should not require any update to support it.
Ideal Solution
Describe the solution you'd like:
- [ ] Add CockroachDB as a supported backend DB storage protocol
- [ ] Support configuring cockroachDB in the config.yml
- [ ] Add example on how to run Flipt with CockroachDB Example with Docker Compose
Additional Context
We'll likely need to update the config to support cockroach db however, as we need to tell the migrator (golang-migrate) that we are actually using Cockroach and not PG. Example
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
+1
Coming soon