db icon indicating copy to clipboard operation
db copied to clipboard

Build a bigquery adapter

Open ianhe8x opened this issue 2 years ago • 1 comments

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?

ianhe8x avatar Jan 30 '23 02:01 ianhe8x

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

elee1766 avatar Mar 19 '23 08:03 elee1766