def session(self) -> SQLSession: """Create new session for batch database communication.""" return SQLSession(bind=self.engine)