Functionsยง
- batch_
create_ query_ create - Three-element batch: create, query, create.
- batch_
create_ then_ query - Batch mixing a create first and a query second.
- batch_
creates_ from_ array - Batch creates via an array of create builders.
- batch_
creates_ from_ vec - Batch creates via a Vec of create builders.
- batch_
query_ and_ create - Batch mixing a query first and a create second.
- batch_
two_ creates_ different_ models - Batch creates of two different models.
- batch_
two_ creates_ same_ model - Batch two creates of the same model.