RubyGems Navigation menu

rdo 0.0.5

Ruby Data Objects

If you’re building something in Ruby that needs access to a database, you may opt to use an ORM like ActiveRecord, DataMapper or Sequel. But if your needs don’t fit well with an ORM—maybe you’re even writing an ORM—then you’ll need some other way of talking to your database.

RDO provides a common interface to a number of RDBMS backends, using a clean Ruby syntax, while supporting all the functionality you’d expect from a robust database connection library:

<ul>

<li><strong>Consistent API</strong> to connect to various DBMS's</li>
<li><strong>Type casting</strong> to Ruby types</li>
<li><strong>Time zone handling</strong> (via the DBMS, not via some crazy
  time logic in Ruby)</li>
<li><strong>Native bind values</strong> parameterization of queries, where
  supported by the DBMS</li>
<li><strong>Buffered result sets</strong> (i.e. cursors, to avoid
  exhausting memory)</li>
<li>Retrieve query info from executed commands (e.g. affected rows)</li>
<li><strong>Access RETURNING values</strong> just like any read query</li>
<li><strong>Native prepared statements</strong> where supported, emulated
  where not</li>
<li>Results given using simple <strong>core Ruby data types</strong></li>

</ul>

RDBMS Support

Support for each RDBMS is provided in separate gems, so as to minimize the installation requirements and to facilitate the maintenace of each driver. Many gems are maintained by separate users who work more closely with those RDBMS’s.

Due to the nature of this gem, most of the nitty-gritty code is actually written in C.

See the official README for full details.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.8 - October 28, 2012 (23 KB)
  2. 0.1.7 - October 24, 2012 (23 KB)
  3. 0.1.6 - October 14, 2012 (23 KB)
  4. 0.1.5 - October 11, 2012 (22.5 KB)
  5. 0.1.4 - October 11, 2012 (22.5 KB)
  6. 0.0.5 - September 24, 2012 (18 KB)
Show all versions (17 total)

Development Dependencies (1):

rspec >= 0

Owners:

Authors:

  • d11wtq

SHA 256 checksum:

376f00780230ba1c3966cfeb2b0a3510a787303c1d5eb8aebd8b98cace01ffa0

Total downloads 49,441

For this version 2,761

Licenses:

N/A

Required Ruby Version: None

Links: