ASPRunner.NET and MongoDB |
9/8/2016 9:04:52 PM |
ASPRunner.NET General questions | |
R
raymueller authorDevClub member
I have researching MongoDB and it has a great performance specifications, scalability and better features coming in the coming weeks. I know that C# and MongoDB work well together. Is there any plans or thoughts about adding the functionality to use MongoDB as a data source within ASPRunner.NET? |
|
![]() |
Sergey Kornilov admin 9/9/2016 |
MongoDB is NoSQL database while everything in ASPRunner.NET is built on top of SQL queries. So you will need to code it manually if you need it. |
R
|
raymueller authorDevClub member 9/11/2016 |
Thank you for your response. I will assume that the response to my question is "No, we are not planning on adding functionality to our application to use MongoDB or any other no-SQL database." |
![]() |
Sergey Kornilov admin 9/11/2016 |
I totally understand. We do not have plans to support NoSQL databases in the nearest future mostly because they work a different way. |