# File lib/scraperwiki.rb, line 100
  def sqliteexecute(query,data=nil, verbose=2)
    sqlite_magic_connection.execute(query,data)
  end