From fe187e7e6c2ee181dfd072dccce1c75eaaf746fc Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Tue, 21 Nov 2017 10:11:26 -0800 Subject: [PATCH] Add Elixir to the list of language bindings Summary: Closes https://github.com/facebook/rocksdb/pull/3183 Differential Revision: D6386140 Pulled By: maysamyabandeh fbshipit-source-id: ca71d54edd741c3b7d9676ee2bcf584a5d49bc35 --- LANGUAGE-BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LANGUAGE-BINDINGS.md b/LANGUAGE-BINDINGS.md index ffeed98f2..4c9851b34 100644 --- a/LANGUAGE-BINDINGS.md +++ b/LANGUAGE-BINDINGS.md @@ -14,3 +14,4 @@ This is the list of all known third-party language bindings for RocksDB. If some * https://github.com/bh1xuw/rust-rocks * D programming language - https://github.com/b1naryth1ef/rocksdb * Erlang - https://gitlab.com/barrel-db/erlang-rocksdb +* Elixir - https://github.com/urbint/rox -- GitLab