eclipse-vertx / eclipse-vertx/vertx-sql-client
Support streaming in SqlTemplate
Open
enhancement
- Dominant language
- Java
- Stars
- 912
- Forks
- 212
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 4
Description
### Describe the feature
It would be nice if SqlTemplate exposed something like executeStream(int size, Map params) method that would provide ability to use row streaming (on supported clients). Otherwise user needs to result to using raw client, which is viable but if you are using SqlTemplate and for streaming you need to switch directly to use the client it can be a bit clunky.
### Contribution
I would be willing to take a look at this
Contributor guide
Assessment
This issue has not been assessed yet.