foundationdb-haskell icon indicating copy to clipboard operation
foundationdb-haskell copied to clipboard

Haskell FFI bindings to the FoundationDB C API

Results 6 foundationdb-haskell issues
Sort by recently updated
recently updated
newest added
trafficstars

FoundationDB 7.1 was released in April. According to the release notes for 7.1 and 7.0: - https://apple.github.io/foundationdb/release-notes/release-notes-710.html - https://apple.github.io/foundationdb/release-notes/release-notes-700.html There are several new features, but probably no breaking changes. The...

As pointed out here, https://github.com/crclark/foundationdb-haskell/pull/48#issuecomment-1002876006, connecting to multiple databases within a single process is allowed, but setting up multiple network threads is not. At the moment, we only expose a...

All operations in the directory layer currently assume that directories are not partitions. They need to support partitions and check whether the given directory is a partition when opening it....

Add a separate `test` section to the cabal file for the binding tester. The binding tester spec is [here](https://github.com/apple/foundationdb/blob/master/bindings/bindingtester/spec/bindingApiTester.md) WIP on this branch: https://github.com/crclark/foundationdb-haskell/tree/bindingtester

Fixes https://github.com/crclark/foundationdb-haskell/issues/56

7.2 and 7.3 don't have any new API features that I can see except for a single get_client_status command. https://github.com/apple/foundationdb/blob/main/documentation/sphinx/source/release-notes/release-notes-730.rst