Skip to content

andreas/ocaml-fdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d7b105 · Nov 19, 2019

History

54 Commits
Mar 20, 2019
Mar 20, 2019
Jan 14, 2019
Mar 18, 2019
Nov 19, 2019
Jan 14, 2019
Mar 18, 2019

Repository files navigation

OCaml client bindings for FoundationDB

Client bindings for FoundationDB based on libfdb and ctypes. Essentially it's a fairly small shim around libfdb, which adds type safety and adapts the concepts of "futures" from FDB to to a user-provided IO monad (probably Lwt or Async).

Requirements

Installing libfdb (download here) is a requirement for installing or building this library.

Install

This package is not available on OPAM yet, but in the meantime you can install it in the following manner:

opam pin add fdb git://github.com/andreas/ocaml-fdb.git

Build

dune build

Test

dune runtest

Example

See examples/test_lwt.ml.

About

OCaml client bindings for FoundationDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published