PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Thursday the 19th of March, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[17:15:48] <SleepingShell> Is there a way to insert documents and have mongodb automatically know which array to insert it into? For example, I have a golang struct that has a few nested struct arrays inside of it. Can I get mongodb to automatically find which depth of array it needs to be inserted in? Or should I restructure my data so insted of nested struct arrays it is a nested maps?