bun
bun copied to clipboard
[QUESTION] Is there something similar to CountEstimate?
go-pg implemented that functionality, but didn't find any info about it in bun. Is it missing or it is in a roadmap?
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.