Closed JBorrow closed 9 months ago
Fixes simonsobs/librarian#12
Throughout the codebase this now uses the pattern:
from librarian_server.database import get_session with get_session() as session: session.do_stuff()
Rather than using one global session object.
session
Fixes simonsobs/librarian#12