oracle.com, and the ruby-oci8 library files can
be obtained from www.rubyforge.org/projects/ruby-oci8.
PostgreSQL: The PostgreSQL adapter does not currently have any author or maintenance
information in its source code. The adapter requires the ruby-postgres library to be installed
on the machine as well. You can obtain the ruby-postgres library via the gem command
gem install ruby-postgres.
SQLite: The SQLite adapter was originally written by Luke Holden and was updated
for SQLite3 support by Jamis Buck. The adapter requires the sqlite-ruby library for
SQLite2 support and the sqlite3-ruby library for SQLite3 support. You can obtain the
sqlite-ruby library via the gem command gem install sqlite-ruby. You can obtain
the sqlite3-ruby library via the gem command gem install sqlite3-ruby.
SQLServer: The SQLServer adapter was written by Joey Gibson with updates provided by
DeLynn Berry, Mark Imbriaco, Tom Ward, and Ryan Tomayko. The adapter is currently
maintained by Tom Ward. The adapter requires the Ruby DBI library and support for either
ADO or ODBC drivers be installed on the machine.
Pages:
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69