हां, आप insert_many()
. का उपयोग कर सकते हैं समारोह:
उदाहरण:
usernames = ['charlie', 'huey', 'peewee', 'mickey']
row_dicts = ({'username': username} for username in usernames)
# Insert 4 new rows.
User.insert_many(row_dicts).execute()
अधिक विवरण यहां:http://docs.peewee -orm.com/hi/latest/peewee/api.html#Model.insert_many