From 4c8b39e67bf008da42bdadbf2c486327276ced2d Mon Sep 17 00:00:00 2001 From: Nikolas Date: Fri, 15 Mar 2024 08:48:37 +0100 Subject: [PATCH] Update 840-cockroachdb.mdx --- content/200-orm/050-overview/500-databases/840-cockroachdb.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx b/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx index 350a60021c..c2a101ee4b 100644 --- a/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx +++ b/content/200-orm/050-overview/500-databases/840-cockroachdb.mdx @@ -22,9 +22,8 @@ The CockroachDB connector is generally available in versions `3.14.0` and later. CockroachDB is a distributed database that is designed for scalability and high availability. Features include: -- **Built-in scaling:** CockroachDB comes with automated replication, failover and repair capabilities to allow easy horizontal scaling of your application -- **Consistent transactions:** CockroachDB is a relational database that supports consistent transactions that maintain data integrity - **Compatibility with PostgreSQL:** CockroachDB is compatible with PostgreSQL, allowing interoperability with a large ecosystem of existing products +- **Built-in scaling:** CockroachDB comes with automated replication, failover and repair capabilities to allow easy horizontal scaling of your application ## Commonalities with other database providers