rafiki
rafiki copied to clipboard
Add support for CRDB
Add support for Rafiki to be able to run against CRDB as a datastore. We previously had issues with knex migrations but that has potentailly be fixed by upgrading our knexjs version.
https://github.com/knex/knex/issues/2002
You can follow the development from this branch. Unfortunately, Cockroach DB does not support SKIP LOCKED
on the main branch (support starts at v22 but it's in alpha at the time of the writing). You can keep track of Cockroach releases and when v22 becomes stable, we can use it.