package constants
import "github.com/datastax/astra-db-go/v2/astra/internal/constants"
Index
Constants
const ( CollectionIdTypeUUID string = "uuid" CollectionIdTypeUUIDv6 string = "uuidv6" CollectionIdTypeUUIDv7 string = "uuidv7" CollectionIdTypeObjectId 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.3.0"
LibVersion is the version of the library.