Registry / database / apple-foundationdb-bindings-go

apple-foundationdb-bindings-go

JSON →
library0.0.0-20260605195127-252e4fb4d514gogounverified

Go language bindings for FoundationDB, a distributed key-value store.

go get github.com/apple/foundationdb/bindings/go
INSTALL
IMPORT
SIG · APPLE-FOUNDATIONDB
A
apple-foundationdb-bindings-go
databasegov0.0.0-20260605195127-252e4fb4d514
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.

fdb
github.com/apple/foundationdb/bindings/go

Open the default FoundationDB database.

package main import ( "fmt" fdb "github.com/apple/foundationdb/bindings/go" ) func main() { db := fdb.MustOpenDefault() fmt.Println(db) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260605195127-252e4fb4d514latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
apple-foundationdb-bindings-go — go get apple-foundationdb-bindings-go · libregistry