repositorypackage
0.0.0-20221209134650-da2d6735279c
Repository: https://github.com/datastax-ext/astra-go-sdk.git
Documentation: pkg.go.dev
# README
Datastax Astra Go SDK
Software Development Kit wrapping Astra APIs and drivers.
Overview
TODO
Development
Testing
To run fast unit tests:
go test ./... -run ^Test -test.short
To run all unit tests, integration tests, and examples:
go test ./...
These tests rely on test containers, and require a running Docker daemon to work properly.
To run all tests online:
go test ./... \
-test_scb_path=<path/to/secure-connect-bundle.zip> \
-test_token=<AstraCS:...>