Here is a sneak preview on the new database query API i’m working on. It will be used as some abstraction for the services to query various database types with the same code. The database handler itself will be able to traverse over the query and build the database specific query from the intermediate structure.
Here is how the services will create a query: