Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SQL queries #35

Open
Angelmmiguel opened this issue Nov 21, 2022 · 0 comments
Open

Add support for SQL queries #35

Angelmmiguel opened this issue Nov 21, 2022 · 0 comments
Labels
🧪 experimental Features that may change the API during implementation

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Nov 21, 2022

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.

@Angelmmiguel Angelmmiguel added the 🧪 experimental Features that may change the API during implementation label Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧪 experimental Features that may change the API during implementation
Projects
None yet
Development

No branches or pull requests

1 participant