Module: IMW::Schemes::SQL

Defined in:
lib/imw/schemes/sql.rb

Overview

Encapsulates a connection to a relational database.

Calling

IMW.open('sql://host:port/database_name')

shold create a connection to a database at the given port on the given host using the given database_name.

Defined Under Namespace

Modules: Base, MySQL, PostgreSQL