Samhita Alla
1 min readJan 12, 2019

--

SQLAlchemy is an ORM whereas psycopg2 is a database driver. The former one generates the SQL statements whereas the latter, sends these SQL statements to the database.

--

--