SqlAlchemy

Sessions

Add\attach to session:

session.add(object)

Dettach to session:

session.expunge(object)