Is there a API available or planned for interacting with the databases?
Use cases:
Define Scope with Database ID ->
-> query with filter options -> get data from database
As user I´d like to query my database to fill an external "Select Field" with values from a Database (column).
-> insert new Entrys
As user I´d like to add new Entrys to a Database, when other systems generate new values
-> delete existing by ID
As user I´d like to delete existing entrys, when other systems remove values
-> update existing by ID
As user I´d like to change fields in selected rows, when other systems values change.
For a first iteration a query of existing data would be fine, as this has more priority (for us)