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

Allow for Serialization of Values #840

Open
AdamJSoftware opened this issue Nov 19, 2024 · 0 comments
Open

Allow for Serialization of Values #840

AdamJSoftware opened this issue Nov 19, 2024 · 0 comments

Comments

@AdamJSoftware
Copy link

I would like the ability to serialize sea-query Values.

Motivation

For my distributed system. I need the ability for multiple different microservices to work together in a single transaction. My current approach is to have each microservice serialize it's query and send it to the controller. While implementing it, I found that the only viable approach is to convert the entire statement to a string which might not be the best approach. Especially when targeting large row queries.

Proposed Solutions

Impl Serialize

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

1 participant