Hi Sean,
Do you plan to continue work on next.jdbc
middlewares?
This feature pretty cool, would be nice to have it released.
thanks!
@kirill.salykin Yes, there's still an open issue on GitHub for it. It's a hard problem to solve "correctly".
I have had three runs at it now and I'm not satisfied with any of them.
good to know that it is still on a table, thanks!
At a minimum, I want to provide a way to supply default options, through something that can "wrap" connectable... Maybe.
I recall you wanted to avoid having such wrappers
This would be a "typed" wrapper that added minimal overhead -- not a wrapped API.
The key is to ensure that people who don't use this middleware/default-option-wrapper don't have to pay any cost for it being in the library.
(and that people who do use it also don't pay too much cost)