/fdb-go

Go bindings for FoundationDB

Primary LanguageGo

fdb-go

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

This package requires:

Use of this package requires the selection of a FoundationDB API version at runtime. This package currently supports FoundationDB API versions 200 and 300 (although version 300 requires a 3.0.x FoundationDB C library to be installed).

To install this package, run:

go get github.com/FoundationDB/fdb-go/fdb

Documentation