db
db copied to clipboard
Build a bigquery adapter
I want to build a google bigquery adapter, and was hoping I can reuse most of existing code with minimal works. It turns out impossible because most components are internal.
What's the advice?
i would make a fork of the package so you can add your big query adapter to the package.
then i would use the go.mod replace directive to test your adapter in other packages