Fork me on GitHub
#sql
<
2020-04-01
>
kirill.salykin19:04:00

Hi Sean, Do you plan to continue work on next.jdbc middlewares? This feature pretty cool, would be nice to have it released. thanks!

seancorfield19:04:57

@kirill.salykin Yes, there's still an open issue on GitHub for it. It's a hard problem to solve "correctly".

seancorfield19:04:29

I have had three runs at it now and I'm not satisfied with any of them.

kirill.salykin19:04:29

good to know that it is still on a table, thanks!

seancorfield19:04:25

At a minimum, I want to provide a way to supply default options, through something that can "wrap" connectable... Maybe.

kirill.salykin19:04:41

I recall you wanted to avoid having such wrappers

seancorfield20:04:24

This would be a "typed" wrapper that added minimal overhead -- not a wrapped API.

seancorfield20:04:09

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.

seancorfield20:04:28

(and that people who do use it also don't pay too much cost)