package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# README

Cockroach Community License (ccl) Functionality

This tree is intended to house our non-Apache2 licensed Go packages. By convention, all packages under this tree have the suffix ccl.

Grouping CCL packages into one tree and clearly labeling all CCL packages with a recognizable suffix will hopefully make it easier to identify and prevent introducing any accidental dependencies on ccl from Apache2 packages.

# Packages

Package changefeedccl is the internal implementation behind changefeeds.
Package logictestccl houses the SQL logic tests that test CCL features.
Package schemachangerccl contains testing for interactions of declarative schema changer code with CCL features.
Package serverccl houses tests that verify CCL behavior of a running CockroachDB server.
Package sqlitelogictestccl houses the SQLite logic tests that test CCL features.
Package sqlproxyccl implements a server to proxy SQL connections.

# Functions

TestingDisableEnterprise allows re-enabling the license check in tests.
TestingEnableEnterprise allows overriding the license check in tests.