From 2e1a2643e3ba37655f9b81aefd72e8677e14e390 Mon Sep 17 00:00:00 2001 From: Georgy Moiseev Date: Mon, 31 Jan 2022 14:33:49 +0300 Subject: [PATCH] readme: update "Alternative connectors" section Add FZambia/tarantool [1] connector to README "Alternative connectors" section. Add a link to feature comparison table in documentation. 1. https://github.com/FZambia/tarantool Closes #138 --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 207f8ff7f..abf1fed25 100644 --- a/README.md +++ b/README.md @@ -675,5 +675,8 @@ Additional options (configurable via `ConnectWithOpts`): ## Alternative connectors -- https://github.com/viciious/go-tarantool - Has tools to emulate tarantool, and to being replica for tarantool. +There are two more connectors from the open-source community available: +* [viciious/go-tarantool](https://github.com/viciious/go-tarantool), +* [FZambia/tarantool](https://github.com/FZambia/tarantool). + +See feature comparison in [documentation](https://www.tarantool.io/en/doc/latest/book/connectors/#feature-comparison).