crclark / foundationdb-haskell

Haskell FFI bindings to the FoundationDB C API
https://crclark.github.io/foundationdb-haskell/
BSD 3-Clause "New" or "Revised" License
36 stars 5 forks source link

Split options into separate namespaces #36

Closed crclark closed 4 years ago

crclark commented 4 years ago

The latest set of options includes options with identical names that can be either per-transaction or set on the entire DB connection. This caused name collisions in the Options module. The solution is to split it into separate modules.