diff options
author | krion <krion@FreeBSD.org> | 2017-08-21 22:11:33 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2017-08-21 22:11:33 +0800 |
commit | a040a8fca03ea4e3b5ed28e69db2a653eea01ec0 (patch) | |
tree | 74165f8dbbc7605d5f13dc49416c31c6794593cc /databases/Makefile | |
parent | c0863779c69e83c90f73e47fa40e8dea734fb367 (diff) | |
download | freebsd-ports-gnome-a040a8fca03ea4e3b5ed28e69db2a653eea01ec0.tar.gz freebsd-ports-gnome-a040a8fca03ea4e3b5ed28e69db2a653eea01ec0.tar.zst freebsd-ports-gnome-a040a8fca03ea4e3b5ed28e69db2a653eea01ec0.zip |
CockroachDB is a distributed SQL database built on a transactional
and strongly-consistent key-value store. It scales horizontally;
survives disk, machine, rack, and even datacenter failures with
minimal latency disruption and no manual intervention; supports
strongly-consistent ACID transactions; and provides a familiar SQL
API for structuring, manipulating, and querying data.
CockroachDB is inspired by Google's Spanner and F1 technologies, and
it's completely open source.
PR: 221635
Submitted by: James Nugent <freebsd@jen20.com>
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D12088
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index b3d7e8712d32..aef7ad58a6c8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -33,6 +33,7 @@ SUBDIR += cego SUBDIR += cegobridge SUBDIR += clickhouse + SUBDIR += cockroach SUBDIR += couchdb SUBDIR += courier-authlib-mysql SUBDIR += courier-authlib-pgsql |