| Short description: |
Apache::DBI persistent connection library |
| Category: |
Library/WWW |
| Status: |
beta |
| Created: |
2004-10-25 06:49:14 GMT |
| Last update: |
2006-04-27 11:08:33 GMT |
| Owner: |
MoonWolf
(Projects of this owner) |
| Homepage: |
not available |
| Download: |
http://www.moonwolf.com/ruby/archive/apachedbi-0.0.20060427.tar.gz
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
Apache::DBI - DBI persistent connection library
httpd.conf:
<IfModule mod_ruby.c>
RubyRequire apache/dbi
</IfModule>
foo.cgi:
require 'dbi'
dbh = DBI.connect('dbi:Pg:foo',...)
|
| Versions: |
[0.0.20060427 (2006-04-27)]
[0.0.20041025b (2004-10-25)]
[0.0.20041025 (2004-10-25)]
|