class RethinkORM::Connection

Extended Modules

Defined in:

rethinkdb-orm/connection.cr

Constant Summary

Log = ::Log.for(self)

Class Method Summary

Class Method Detail

def self.db #

[View source]
def self.raw(**options, &) #

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.


[View source]
def self.raw_json(json : String, **options, &) #

Passes query builder and datum term of supplied raw json string


[View source]