Adding support for cockroachdb? #1993
Paillat-dev
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
According to this https://github.com/cockroachdb/community-tooling-samples/blob/dc05056660a260be4ea31dcac2c7cf069352cb2b/php/basic-sample.php, looks like there's no need for any extra library, just standard PDO (which is what Shlink ultimately uses) and configure it as if it was a Postgres connection. I would suggest trying to configure Shlink as if you were going to use Postgres, and see if it works. Other than that, I cannot promise official support, because it seems like a very niche use case, and the ORM used by Shlink does not officially support it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I personally like cockroachdb for its ease of use and, easy scalability, and try to use it on most of my projects. It is not very different from postgresql, so that could maybe be officially supported? That's just an idea I am throwing here.
Beta Was this translation helpful? Give feedback.
All reactions