fun insert(collectionName: String, vararg documents: Map<String, Any>): Unit
Inserts one or more documents.
collectionName - the name of the collection that the documents should be inserted into.
collectionName
documents - the documents to insert.
documents