public
Description: A database object for IronRuby built on the .NET DbProvider model.
Homepage: http://github.com/rvernagus/irdb
Clone URL: git://github.com/rvernagus/irdb.git
rvernagus (author)
Mon Jun 22 19:08:37 -0700 2009
commit  e632b6fe5130cd16c4c987d77d1e470e201fd53c
tree    e738b856fdc46724bc241110bc34160c63d1c163
parent  002c847b530405b497b73c5faf191ca4db6e36df parent  12d607fe85a6b91dad712a984815a11a18f4a89a
irdb /
name age message
file History.txt Thu May 07 19:01:02 -0700 2009 Use hoe to package as gem. [rvernagus]
file IRDb.kpf Thu May 07 19:01:02 -0700 2009 Use hoe to package as gem. [rvernagus]
file Manifest.txt Thu May 07 19:31:27 -0700 2009 Update Manifest.txt to include specs. [rvernagus]
file README.txt Tue May 19 19:48:14 -0700 2009 Update README to identify not yet available items. [rvernagus]
file Rakefile Thu Jun 18 04:25:16 -0700 2009 Update to hoe 2.2.0. [rvernagus]
directory lib/ Wed May 20 04:39:26 -0700 2009 Formatting changes. [rvernagus]
directory mspec/ Fri Apr 10 05:21:19 -0700 2009 Move to mspec. [rvernagus]
directory spec/ Mon Jun 22 18:25:50 -0700 2009 git generated changes... [unknown]
README.txt
= IRDb

* http://github.com/rvernagus/irdb
* mailto:r.vernagus@gmail.com

== DESCRIPTION:

IRDb stands for IronRuby Database. The central object of IRDb is the Database
and it provides a set of methods for dealing with databases of all types.

IRDb is built on top of the .NET DbProvider model and you can use the IRDb
Database object to interact with any database client that implements the
abstract System.Data.Common.DbProviderFactory class.

IRDb is written in 100% Ruby code.

== SYNOPSIS:

Core specs:
  rake spec:core
  
Specs in IronRuby:
  rake spec:core_ir
  rake spec:sql_server
  rake spec:oracle

Or run at the command line:
  ir mspec/bin/mspec -B spec/core_ir.mspec
  ir mspec/bin/mspec -B spec/oracle.mspec
  ir mspec/bin/mspec -B spec/sql_server.mspec

== REQUIREMENTS:

* IronRuby
* hoe

== INSTALL (not yet available):

* igem install irdb

== LICENSE:

(The MIT License)

Copyright (c) Ray Vernagus

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.