.Insert[T](table, data)Inserts one or multiple records in the database.
| Arguments | Description | ||
|---|---|---|---|
| tableoptional | Optionally pass along a table to insert into. | ||
| dataoptional | Either a single document/record or an array of documents/records to insert | ||
| cancellationTokenoptional | The cancellationToken enables graceful cancellation of asynchronous operations. |