Relative Content

Tag Archive for sqlalchemy

SQL Alchemy Bulk insertion

Is there a way to bulk insert record into DB with sqlalchemy,
I have a list of tuple and I want to insert them directly into DB with sqlalchemy execute command.
Is there any way to perform the task.
Here is the sample that I want to insert