From 12bb0b5d21a135645c4a7e68eeca613b6cd9b9f9 Mon Sep 17 00:00:00 2001 From: Troy McConaghy Date: Wed, 26 Jun 2019 19:21:57 +0200 Subject: [PATCH] Add a docs link to the ANSI C driver Signed-off-by: Troy McConaghy --- docs/server/source/drivers-clients/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/server/source/drivers-clients/index.rst b/docs/server/source/drivers-clients/index.rst index ede28dde..55e96109 100644 --- a/docs/server/source/drivers-clients/index.rst +++ b/docs/server/source/drivers-clients/index.rst @@ -20,6 +20,7 @@ These drivers and tools were created by the BigchainDB community: but may still be useful. Others might not work with the latest version of BigchainDB. +* `ANSI C driver `_, should also work with C++ (working as of June 2019) * `C# driver `_ (working as of May 2019) * `Haskell transaction builder `_ * `Go driver `_