mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Pass-through DB Driver implementation This is the first step in implementing a DB layer via RPC. The plan is to migrate the mattermost-plugin-api to use this DB connector so that all queries start to get routed through this library. And then we will add the DB query capability to the plugin RPC API and route all queries via RPC. At that point, this will be completely transparent to all plugins because they will already be using the DB connector and everything will be behind the scenes for them. https://focalboard-community.octo.mattermost.com/workspace/zyoahc9uapdn3xdptac6jb69ic?id=285b80a3-257d-41f6-8cf4-ed80ca9d92e5&v=495cdb4d-c13a-4992-8eb9-80cfee2819a4&c=c7386db7-65fd-469b-8bcf-8dc8f8e61e4f ```release-note NONE ``` * remove deprecated interfaces