# File lib/rubyrep/database_proxy.rb, line 46
    def terminate!
      # AL: The only way I could find to kill the main thread from a sub thread
      Thread.main.raise SystemExit
    end