denodrivers / postgres

PostgreSQL driver for Deno
https://denodrivers.github.io/postgres
MIT License
605 stars 96 forks source link

Custom decoders - feature branch #458

Closed bombillazo closed 8 months ago

bombillazo commented 8 months ago

Allows developers to pass their custom decoder functions to parse any OID column type as they see fit.

bombillazo commented 8 months ago

@bartlomieju any feedback?