PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Tuesday the 4th of February, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[06:06:40] <Renari> I've only recently tried using a mangodb esque database through nedb and am struggling with it quite a bit. What I attempted to do is create a top level array that I would treat akin to a table in other database engines.
[06:07:20] <Renari> When inserting data I tend to get duplicate top level arrays however: https://gist.github.com/Renari/6788f687437fb9a9bb1057494e40a294
[06:08:25] <Renari> This isn't really desirable since I was hoping to keep a single top level object to organize my data.
[06:08:46] <Renari> Am I just using mangodb incorrectly while approaching it this way?