This is my first post here so forgive my silliness.
Can I use Squidex with RDBMS databases (ex. MSSQL or MySQL)?
Using MongoDB isn’t the best option for me because I want to use Squidex in my projects as a backend instead of inventing the wheel and create a new website whenever I want.
I don’t know yet. Fortunately there are not so many stores and repositories that need to be handled, but I see two problems.
How to translate all the deep queries for the content database to RDMS/SQL?
I need somebody to really care about SQL implementation. The cloud is running with MongoDB and I see errors relatively soon, but this would not be the case with SQL. Either somebody has to take care or we need very good integration tests.
@Sebastian i know it’s a pain, not easy to implement as this implementation require having a deep understanding of Squidex Architecture and it’s data layer.
Where can i have a look into the data layer that are using deep queries ?
I am working on a refactoring of the query system. The new system translates OData queries to a custom format, which is much, much easier to handle. Should be very valuable for this task.
Sorry i was traveling, i just looked into ContentRepository but i have no experience with mongodb so it would be very hard for my self to help in translating it.
I am working on a refactoring of the query system
your doing a great job mate, squidex is getting more enterprise.