CockroachDB CockroachDB is a distributed SQL database built for resilience and scalability. It's used by companies needing globally consistent data and high availability. Developers choose it when they need a database that can survive outages and scale without manual intervention. Official docs: https://www.cockroachlabs.com/docs/stable/ CockroachDB Overview - Cluster - Database - Table - Index - SQL Query Use action names and parameters as needed. Working with CockroachDB This skill uses the Membrane CLI to interact with CockroachDB. Membrane handles authentication and credentials refresh au…