Skip to content

Instantly share code, notes, and snippets.

@Hackforid
Created May 12, 2015 12:48
Show Gist options
  • Save Hackforid/e38740495c5e8ddd43c9 to your computer and use it in GitHub Desktop.
Save Hackforid/e38740495c5e8ddd43c9 to your computer and use it in GitHub Desktop.
Sqlalchemy批量插入
conn.execute(MyTable.insert(), [{'color': 'blue'},
{'color': 'red'},
{'color': 'green'}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment