Registry / database / go-datastore

go-datastore

JSON →
library1.24.0gogounverified

Package datastore provides a client for Google Cloud Datastore, a NoSQL document database.

go get cloud.google.com/go/datastore
INSTALL
IMPORT
SIG · GO-DATASTORE
G
go-datastore
databasegov1.24.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

datastore
cloud.google.com/go/datastore

Creates a new Datastore client for a GCP project.

package main import ( "context" "fmt" "cloud.google.com/go/datastore" ) func main() { ctx := context.Background() client, _ := datastore.NewClient(ctx, "my-project") fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.24.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
go-datastore — go get go-datastore · libregistry