package constants

import "github.com/datastax/astra-db-go/v2/astra/internal/constants"

Index

Constants

const (
	DefaultIdTypeUUID     string = "uuid"
	DefaultIdTypeUUIDv6   string = "uuidv6"
	DefaultIdTypeUUIDv7   string = "uuidv7"
	DefaultIdTypeObjectId string = "objectId"
)
const (
	ModelLifecycleStatusSupported  string = "SUPPORTED"
	ModelLifecycleStatusDeprecated string = "DEPRECATED"
	ModelLifecycleStatusEndOfLife  string = "END_OF_LIFE"
)
const LibName = "astra-db-go"

LibName is the name of the library.

const LibVersion = "2.0.0-preview.3"

LibVersion is the version of the library.