class

RethinkDB::Connection

Inherits Reference / Object

Constants

Log = ::Log.for(self)

Constructors

new(host : String = "localhost", port : Int32 = 28015, db : String = "test", user : String = "admin", password : String = "", max_retry_interval : Time::Span = 2.seconds, max_retry_attempts : Int32 | Nil = nil)
Source

Instance methods

close
Source
host

Connection

Source
max_retry_attempts
Source
max_retry_interval

Reconnection

Source
port
Source
query_changefeed(term, runopts)
Source
query_cursor(term, runopts)
Source
query_datum(term, runopts)
Source
query_error(term, runopts)
Source
user

Authentication

Source

Nested types