# Saving flows into Database

**URL:** https://discourse.nodered.org/t/saving-flows-into-database/30549
**Category:** General
**Created:** [22 July 2020 13:06 UTC](https://discourse.nodered.org/t/saving-flows-into-database/30549 "2020-07-22T13:06:37Z")
**Posts on this page:** 1
**Showing post:** 17

<div class="post-metadata">

### Author: ![knolleary](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/knolleary/32/3_2.png) [@knolleary](https://discourse.nodered.org/u/knolleary)
#### Post date: [23 July 2020 09:20 UTC](https://discourse.nodered.org/t/saving-flows-into-database/30549/17 "2020-07-23T09:20:01Z")

</div>

> [@poojak](#):
>
> how am I supposed to add the flows according to the users into mongoDB.

Node-RED is a single-user system. It runs one set of flows regardless of who has logged in to the editor. The storage layer doesn't know anything about individual users - it just stores the flows being deployed to the runtime.

If you want to just save flows to a database then you can use that plugin you've found and configure it via your settings file exactly as its readme says. That's all you do.

---

_[View the full topic](https://discourse.nodered.org/t/saving-flows-into-database/30549)._
