replicase / pgcapture

A scalable Netflix DBLog implementation for PostgreSQL
Apache License 2.0
220 stars 31 forks source link

Consumer support sql scanner #24

Closed justin0u0 closed 1 year ago

justin0u0 commented 1 year ago

Description

Allows consumer to decode on fields that implement the database/sql.Scanner interface.

rueian commented 1 year ago

LGTM. Thanks @justin0u0!