example how to use bigquery emulator for local project.
bigquery-emulator is masterpiece by goccy, that one dev that also creates one of the fastest json serialization-library go-json.
it's quite useful because you might hate sqlite interface, and you prefer bigquery's interface.
So if your project became super large, you can move it to bigquery so it can be mass-run by a lot of people (as long as you can pay the bigquery bill).
- download
bigquery-emulator-linux-amd64
from bigquery-emulator go run main.go