foundationdb/bindings/go/README.md

773 B

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-500.

To install this package, in the top level of this repository run:

make fdb_go

Documentation