Returns a new instance of Query.
7 8 9
# File 'lib/helm/query.rb', line 7 def initialize(conn_string) @db = Helm.databases[conn_string] end