项目作者: hiteshjasani

项目描述 :
FoundationDB client library for Clojure
高级语言: Clojure
项目地址: git://github.com/hiteshjasani/clj-fdb.git
创建时间: 2018-05-14T23:19:12Z
项目社区:https://github.com/hiteshjasani/clj-fdb

开源协议:BSD 2-Clause "Simplified" License

下载


clj-fdb

  1. [org.jasani/clj-fdb "0.1.1"]

A Clojure client interface to FoundationDB.

This is an early release. It is functional and includes many features
of FoundationDB including Directories, Subspaces, Tuples and encoding
of values. The only caveat is that I’m still experimenting with the
API that I want to present. With that caveat, please experiment with
this. Any and all feedback is welcome.

Usage

Example usage can be seen in

  • test/
  • examples/class-scheduling
  • examples/cousin-marriage

Resources