Official Swift bindings for FoundationDB

Published October 4, 2018

Today we are announcing the official release of FoundationDB bindings for Swift. Now you can write native Swift code to interact with directly with the FoundationDB key-value store.

The official FoundationDB Swift bindings are available via GitHub: https://github.com/FoundationDB/fdb-swift-bindings, and we've published API documentation to get started.

Swift is the latest addition to several officially-supported language bindings, including Java, Python, Ruby, Go, C, and Flow.

Evolving with the community

Like other official bindings, we’re committed to maintaining the compatibility of the Swift bindings with future releases.

This initial release supports a subset of the functionality of other clients, with future work planned including a directory layer. Our intention is to evolve and test the bindings with community feedback, and we welcome your contributions.