Force an actual database session to be opened. Slick sessions are lazy, so you do not
get a real database connection until you need it or you call force() on the session.
Force an actual database session to be opened. Slick sessions are lazy, so you do not
get a real database connection until you need it or you call force() on the session.