# File lib/sqlite3/driver/native/driver.rb, line 7
    def initialize
      @callback_data = Hash.new
      @authorizer = Hash.new
      @busy_handler = Hash.new
      @trace = Hash.new
    end