- Notifications
You must be signed in to change notification settings - Fork590
Closed
Description
It would be very useful if multiple entries could be inserted into a tinydb in one method call, by passing an array of dicts.
My preference would be to overloadinsert() so you could write:
db.insert([{'x':1}, {'x': 2}])One common use case would be serialising multiple JSON records consumed via RESTful APIs
Metadata
Metadata
Assignees
Labels
No labels