class RethinkORM::Connection
- RethinkORM::Connection
- Reference
- Object
Extended Modules
Defined in:
rethinkdb-orm/connection.crConstant Summary
- 
        Log = ::Log.for(self)
Class Method Summary
- .db
- 
        .raw(**options, &)
        
          Passes the query builder to the block. 
- 
        .raw_json(json : String, **options, &)
        
          Passes query builder and datum term of supplied raw json string 
Class Method Detail
        
        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.
        
        def self.raw_json(json : String, **options, &)
        #
      
      
        Passes query builder and datum term of supplied raw json string