Skip to content

hiteshjasani/clj-fdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clj-fdb

[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