mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-19 12:34:31 -04:00
added message removal method added message marking as read/unread added message thread to_json() method, fixed unit test added template processing except search added SMS gathering by contactID added getByText sms query added template search query
Virtual database query interface.
Instead manually creating switch cases for each possible query logic, create one
virtual query interface and push querying logic to db (where it's implemented)
- db::service accepts
GetByQuery(service, database, query) - it routes it to proper database on request (instead manually copying interfaces)
- db implements querying logics and returns response