Getting started with the RuloDB SDK and understanding core concepts.
Client
, QueryBuilder
, Cursor
and more.
Client
class is the primary interface to RuloDB. It manages connections and provides methods to connect and disconnect from the database server.
r
object is the root of all queries in RuloDB. It provides a fluent interface for building queries that can be chained together.
Cursor
object instead of raw data. Cursors provide efficient iteration over result sets.