class

RethinkORM::Connection

Inherits Reference / Object

Constants

Log = ::Log.for(self)

Class methods

raw

Passes the query builder to the block.

Auto creates the database if its not already present. The block defined query is run and raw results returned.

Source
raw_json(json : String, **options, &)

Passes query builder and datum term of supplied raw json string

Source