Skip to content
This repository was archived by the owner on Mar 18, 2021. It is now read-only.

Add insert for Iterable #47

Closed
itsjoeconway opened this issue Feb 25, 2016 · 1 comment
Closed

Add insert for Iterable #47

itsjoeconway opened this issue Feb 25, 2016 · 1 comment
Milestone

Comments

@itsjoeconway
Copy link
Contributor

Allow multiple instances to be inserted

@itsjoeconway
Copy link
Contributor Author

Requirements:

  1. Must be sent in a single command to database.
  2. Must return inserted objects by default; can opt-opt of this behavior.

Usage:

final objects = <MOSubclass>[...];
final inserted = await Query.insertObjects(context, objects);

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant