package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
MaybeWithDatabaseRegionConfig is an option allowing an optional regional configuration to be set on the database descriptor.
NewBuilder returns a new DatabaseDescriptorBuilder instance by delegating to NewBuilderWithMVCCTimestamp with an empty MVCC timestamp.
NewBuilderWithMVCCTimestamp creates a new DatabaseDescriptorBuilder instance for building table descriptors.
NewInitial constructs a new Mutable for an initial version from an id and name with default privileges.
WithPublicSchemaID is used to create a DatabaseDescriptor with a publicSchemaID.
# Interfaces
DatabaseDescriptorBuilder is an extension of catalog.DescriptorBuilder for database descriptors.
# Type aliases
NewInitialOption is an optional argument for NewInitial.