bun icon indicating copy to clipboard operation
bun copied to clipboard

[QUESTION] Is there something similar to CountEstimate?

Open Fliskr opened this issue 3 years ago • 1 comments

go-pg implemented that functionality, but didn't find any info about it in bun. Is it missing or it is in a roadmap?

Fliskr avatar Aug 18 '22 16:08 Fliskr

It was omitted because it is specific to PostgreSQL and is rarely useful in practice, e.g. I stopped using it in my apps. It is not on roadmap, but it will be accepted if someone is willing to port it to Bun.

vmihailenco avatar Aug 19 '22 06:08 vmihailenco