I have the collection that stores documents per some execution Flow. Every Process includes “processes” and each process includes steps. So I end up with a ‘flows’ collection that has documents that look like this: A couple of notes here: Each flow contains many processes Each each process contains at least one step, its possible that in different processes the
Advertisement
Tag: mongodb-query
Encrypt password fields in mongodb
I have following code, it insert the userName and password into database but the password is stored in plain text format. I mean when I’ll look into the db I can see the inserted password. I want to …
Advertisement