Cleaned up CRUD code for MongoDbClient to improve readability.
Simplified insert CRUD code to always use insertMany even when batchSize == 1, as there is no performance penalty for this in the driver.
Loading
Please register or sign in to comment