foundationdb/bindings/go
Alec Grieser 1a0175bb01
Merge pull request #395 from dkoston/go-client-readme-add-mono
bindings/go: README.md: Add mono as dependency, add note about fdbver
2018-05-29 10:22:25 -07:00
..
godoc-resources Initial repository commit 2017-05-25 13:48:44 -07:00
src Merge release-5.2 into master 2018-05-23 15:32:56 -07:00
Gopkg.lock fixed go imports to use github ; some spaces -> tabs "fixes" 2017-07-04 23:10:11 -07:00
Gopkg.toml fixed go imports to use github ; some spaces -> tabs "fixes" 2017-07-04 23:10:11 -07:00
README.md bindings/go: README.md: Add mono as dependency 2018-05-29 10:31:37 -05:00
fdb-go-install.sh Switch repository clone URL from SSH to HTTPS 2018-05-07 15:20:48 -07:00
include.mk Updates the format of the generated go file so that it passes our format check. 2018-04-06 11:33:54 -07:00

README.md

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

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

make fdb_go

This will create binary packages for the appropriate platform within the "build" subdirectory of this folder.

To install this package, you can run the "fdb-go-install.sh" script:

./fdb-go-install.sh install 

The "install" command of this script does not depend on the presence of the repo in general and will download the repository into your local go path. Running "localinstall" instead of "install" will use the local copy here (with a symlink) instead of downloading from the remote repository.

Documentation