Also, cockroachdb docs show a connection parameter...
# talk-kratos
a
Also, cockroachdb docs show a connection parameter that uses a postgres connection URL - `postgres//&lt;username&gt;<password>@<host>:<port>/<database>?<parameters`` (https://www.cockroachlabs.com/docs/stable/connection-parameters) But your docs show
<cockroach://user:password@host:123/database>
(https://www.ory.sh/docs/self-hosted/deployment) Is this to differentiate between postgres and cockroach on ory service?
from brief testing it is not clear if I need postgres connection URL for cockroachdb, but it would be wonderful if someone could please confirm to make sure this isn't a fluke
I can create an issue if this is a problem