We should add support for the batch inserts, something like ``` std::vector<Record> recors {}; dm.Create(records); ```
We should add support for the batch inserts, something like