Embedding mongoDB with apps

I’ve been researching if MongoDB can be embedded in an outline app I’m trying to write. I’ve gotten mixed impressions on the question, but my take away has been that it is possible to embed MongoDB into an application, but it’s not easy. Is that true? I’ve been learning to program for the past several years, C#, and I know MongoDB drivers can be added to a C# project using NuGet. I’m not sure it that means it can be embedded. Before I commit to learning MongoDB I want to be sure it can do what I need it to do. Thank you.

Never mind, after more research I’ve decided SQL is probably what I need to stick with, regardless of MongoDB’s ability to be embedded. I doubt the database for my app will ever be big enough to need MongoDB or any other noSQL. Thank you.

Can you define what you mean by “embed MongoDB” into your application? Do you want a specific feature or part of your application to use MongoDB as the data layer?