-
I'd love to see first-class support for [CockroachDB](https://www.cockroachlabs.com/) – CockroachDB supports the PostgreSQL wire protocol, so it should be relatively simple to add support.
-
## Description
I found this bug by fuzzing with this fuzzer
```go
package gnolang
import (
"os"
"path/filepath"
"strings"
"testing"
"github.com/cockroachdb/apd/v3"
)
func FuzzCon…
-
Our validator node started throwing this in loop
```
time.Sleep(0x77359400)
runtime/time.go:285 +0xf2
github.com/cometbft/cometbft/internal/consensus.(*Reactor).queryMaj23Routine(0xc0057…
-
### Describe what you want
I like to use cockroachdb because it's serverless but I found out it's not supported yet, how much will it be?
-
I'm using atlas with `ent` and `CockroachDB`. It's been working fine so far using a `postgis` image as `--dev-url` when generating migrations like such:
```bash
atlas migrate diff $(name) \
--di…
-
**Is your enhancement request related to a problem? Please describe.**
When running CockroachDB in secure mode with Cert-Manager acting as CA. This will produce a CA in a secret instead of in the cur…
-
**Description:**
We need CockroachDB support in LLDAP to take advantage of CockroachDB's superior scalability and fault tolerance, ensuring high availability and efficient data distribution for o…
-
-
> CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters... a distributed SQL database built on a transactional and strongly-consistent key-valu…
-
CockroachDB uses [PROJ](https://proj.org/) and [GEOS](https://libgeos.org/) to provide [spatial functions](https://www.cockroachlabs.com/docs/v22.1/functions-and-operators#spatial-functions), intended…