I\'m trying to figure out when to use session.add and when to use session.add_all with SQLAlchemy.
session.add
session.add_all
Specifically, I don\'t understand the dow