You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow workers to interact with a SQL database via host functions. The worker will be able to connect to a DB that it's configured in the TOML file. This will allow to have a great data persistance and enable new use cases.
We want to ensure the capability-based model is respected here too. So, in the configuration we may state what are the operations a certain worker can do. For example, read, update, etc.
For now, this is a proposal. We will refine it over the time.
The text was updated successfully, but these errors were encountered:
Allow workers to interact with a SQL database via host functions. The worker will be able to connect to a DB that it's configured in the TOML file. This will allow to have a great data persistance and enable new use cases.
We want to ensure the capability-based model is respected here too. So, in the configuration we may state what are the operations a certain worker can do. For example,
read
,update
, etc.For now, this is a proposal. We will refine it over the time.
The text was updated successfully, but these errors were encountered: