We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home
Orientdb4r.logger = Logger.new('/tmp/log.txt') Orientdb4r.logger.level = Logger::DEBUG
# Excon HTTP library with Keep-Alive connection client = Orientdb4r.client :connection_library => :excon
client = Orientdb4r.client :proxy => 'http://proxy.example:8080' # or client = Orientdb4r.client :proxy => ENV['http_proxy']
client = Orientdb4r.client :user_agent => 'Mozilla/5.0'
There was an error while loading. Please reload this page.