diff options
Diffstat (limited to 'docs/guides/ecosystem/mongoose.md')
-rw-r--r-- | docs/guides/ecosystem/mongoose.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/ecosystem/mongoose.md b/docs/guides/ecosystem/mongoose.md index c2916ce82..406d2e77e 100644 --- a/docs/guides/ecosystem/mongoose.md +++ b/docs/guides/ecosystem/mongoose.md @@ -1,5 +1,5 @@ --- -name: Use MongoDB and Mongoose +name: Read and write data to MongoDB using Mongoose --- MongoDB and Mongoose work out of the box with Bun. This guide assumes you've already installed MongoDB and are running it as background process/service on your development machine. Follow [this guide](https://www.mongodb.com/docs/manual/installation/) for details. |