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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: