Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

Implement the Persistent Storage Querying/Requests

Open graywolf336 opened this issue 7 years ago • 0 comments

Currently there are only two ways to query/request data from the persistent storage. First is via the id of the stored object and the second is if the data was associated with other objects. However, there is a need for some query support that is database agnostic (since Rocket.Chat will be moving away from Meteor in the next year or two and that opens the door for different backing database support). The idea here is to create either a query builder and/or provide classes/interfaces which will allow the database query to be built for the current database type being used.

graywolf336 avatar May 02 '18 21:05 graywolf336