Hello everyone I am new to Umbraco, I have a question is it possible to connect MongoDb with Umbraco ? If so than how can i ? I cannot find the resources regarding this topic. I have tried several ways but failed to do. If anyone could guide me it would be a great help.
I am asking this because i found a nuget package earlier called UmbracoMongoDbClient but couldn't seem to working that's why
j
Jemayn
10/19/2023, 1:04 PM
Not officially. It may be possible to extend Umbraco to work with additional db types, but I don't think it's likely to work without big changes
a
Abhi16
10/19/2023, 1:05 PM
oh ok Thanks
k
kdx-perbol
10/19/2023, 1:41 PM
Just checked `UmbracoMongoDbClient`; https://our.umbraco.com/packages/developer-tools/umbracomongodbclient/ it just adds a MongoDB client to Umbraco, so you can easily connect to an existing MongoDB database. Doesn't have anything to do with the Umbraco database. Not sure why anyone would use it or why it's listed as an official developer tool.