# File lib/sequel/adapters/openbase.rb, line 8 def connect(server) opts = server_opts(server) OpenBase.new( opts[:database], opts[:host] || 'localhost', opts[:user], opts[:password] ) end
# File lib/sequel/adapters/openbase.rb, line 18 def disconnect_connection(c) c.disconnect end
Generated with the Darkfish Rdoc Generator 2.