Установка драйверов клиента RethinkDB
Официальные драйверы
Текущие драйверы, поддерживаемые сообществом
Эти драйверы были обновлены для использования протокола драйвера JSON и, как минимум, ReQL RethinkDB 2.0.
Драйверы с ограниченными функциями
Эти драйверы могут не поддерживать все ReQL RethinkDB 2.0. Однако, если вы хотите работать с одним из этих языков, они могут стать хорошей отправной точкой.
Обратите внимание, что как официальный драйвер JavaScript, так и драйвер “rethinkdbdash” neumino предназначены для работы с Node.js.
Вы ещё не установили сервер? Сделайте это сначала!
Добавить драйвер
Помогите сделать RethinkDB доступным на большем количестве платформ — добавьте драйвер для другого языка или присоединитесь к одному из существующих проектов. Чтобы начать разработку драйвера:
- Прочитайте статью о создании драйверов RethinkDB.
- Подпишитесь на группу разработчиков драйверов RethinkDB.
- Прочитайте исходный код существующих драйверов.
Спасибо всем нашим замечательным участникам, которые добавили драйверы!
- @apa512 (Clojure): https://github.com/apa512/clj-rethinkdb
- @atnnn (Haskell): https://github.com/atnnn
- @bchavez (C#/.NET): https://github.com/bchavez/RethinkDb.Driver
- @billysometimes (Dart): https://github.com/billysometimes/rethinkdb
- @brandonhamilton (Delphi): https://github.com/brandonhamilton/rethinkdb-delphi
- @dancannon (Go): https://github.com/dancannon/gorethink
- @danielmewes (PHP): https://github.com/danielmewes/php-rql
- @dkhenry (Java): https://github.com/dkhenry/rethinkjava
- @dparnell (Objective-C): https://github.com/dparnell/rethink-db-client
- @grandquista (Lua): https://github.com/grandquista/Lua-ReQL
- @hamiltop (Elixir): https://github.com/hamiltop/rethinkdb-elixir
- @jurajmasar (C++): https://github.com/jurajmasar/rethink-db-cpp-driver
- @kclay (Scala): https://github.com/kclay/rethink-scala
- @kureikain (Erlang): https://github.com/kureikain/relang
- @mbq (R): https://github.com/mbq/rethinker
- @neumino (JavaScript): https://github.com/neumino/rethinkdbdash
- @njlg (Perl): https://github.com/njlg/perl-rethinkdb
- @npiv (Java): https://github.com/npiv/rethink-java-driver
- @orthecreedence (Common Lisp): https://github.com/orthecreedence/cl-rethinkdb
- @pixelspark (Swift): https://github.com/pixelspark/rethink-swift
- @rgv151 (Nim): https://github.com/rgv151/rethinkdb.nim
- @rushmorem (Rust): https://github.com/rust-rethinkdb/reql
- @unbit (C): https://github.com/unbit/librethinkdb
- The rethinkdb-net team (C#/.NET): https://github.com/mfenniak/rethinkdb-net
© RethinkDB contributors
Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
https://rethinkdb.com/docs/install-drivers/