From 3f666f79afde697fbca9d5144b0ac7e05fe5fa6e Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 29 Jan 2018 09:51:13 -0800 Subject: [PATCH] Add Nim to the list of language bindings Summary: Closes https://github.com/facebook/rocksdb/pull/3428 Differential Revision: D6834061 Pulled By: maysamyabandeh fbshipit-source-id: edca5b5b8330e0fee646c7434b9631da76670240 --- LANGUAGE-BINDINGS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/LANGUAGE-BINDINGS.md b/LANGUAGE-BINDINGS.md index 4c9851b34..a59a9de98 100644 --- a/LANGUAGE-BINDINGS.md +++ b/LANGUAGE-BINDINGS.md @@ -15,3 +15,4 @@ This is the list of all known third-party language bindings for RocksDB. If some * D programming language - https://github.com/b1naryth1ef/rocksdb * Erlang - https://gitlab.com/barrel-db/erlang-rocksdb * Elixir - https://github.com/urbint/rox +* Nim - https://github.com/status-im/nim-rocksdb