# File lib/rubyrep/database_proxy.rb, line 28
    def create_session(config)
      session = ProxyConnection.new config
      self.session_register[session] = session
      session
    end