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

Context for Manager methods #245

Open
gusinacio opened this issue Oct 29, 2024 · 2 comments
Open

Context for Manager methods #245

gusinacio opened this issue Oct 29, 2024 · 2 comments

Comments

@gusinacio
Copy link
Contributor

No description provided.

@suchapalaver
Copy link
Contributor

Can we close this @gusinacio ?

@gusinacio
Copy link
Contributor Author

"Context" is a bit misleading. We had #240, which was supposed to add both but I implemented it in #241.

In general, this issue is to add some ad-hoc data to carry around over multiple calls in Adapters.

This would be nice, for example, to add atomic operations via SQL Transactions.

So yeah, we have 2 kinds of contexts: one that I internally call "executor" and the other which is a Map<TypeId, dyn Any>, to inject data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants