Mรณdulo 12 ยท Databases & SQLAlchemy โ Lecciรณn 2 de 4 ยท ~9 min
Sessions & queries
The engine and the session
Two more pieces make the DB usable: an engine (a live connection to the actual database file/server) and a session (one conversation with the database โ you open it, do some work, close it). Read the whole file โ it's short.