mirror of
https://github.com/vernu/textbee.git
synced 2026-04-17 21:40:12 -04:00
- Implemented a check for the existence of the insertMany method in the SMS model to enhance flexibility. - Added a fallback mechanism for models that do not support insertMany, allowing for individual document creation. - Improved SMS document insertion process by maintaining performance while ensuring compatibility with various model types.