RDBI / rdbi

rdbi is an attempt to rewrite the core of Ruby/DBI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require helpers

erikh opened this issue · comments

Currently, require strategy is a bit like so:

require 'rdbi'
require 'rdbi/driver/sqlite3'

What would be nice is for something to sit in lib that did this, named 'rdbi-driver-sqlite3' in the sqlite3 gem, to assist with requiring libraries.

Good lord, that's confusing. Anyhow, I think I get the point across?

Ok, this is done.