provides clear separation of plugin.Datasource internal configuration structure and the provided JSON data model from the frontend side
removed additional and basic query check of valid syntax elements and completely rely on the IAM model of the SurrealDB instance user access rights (recommendation: VIEWER ROLE)
removes debugging code on frontend and backend side of the plugin
provides default dashboard to demonstrate different query functionalities of the data source plugin
provides correct and minimal query-based JSON data payload to be send to the backend data source plugin
This PR introduces the following changes:
plugin.Datasource
internal configuration structure and the provided JSON data model from the frontend sideSurrealDB
instance user access rights (recommendation:VIEWER ROLE
)