Hi, I just found your project while googling for sqlc and timescaledb.. it was a slightly unrelated search result but spot on for what I'm looking for - I found several of the tools you use but missed some critical ones like xo and rtk-query. So, awesome! And thanks!
I cloned your repo and ran a go mod tidy. But now I'm lost. I see the screenshot of the CLI on this repo, but can't seem to run it becaue I'm missing some .env file:
./bin/project [2023-04-16T14:25:02+0200]: File .env.dev does not exist Terminated
Trying to run ./cmd/cli/main.go in vscode doesn't work out of the box since it's defaulting to the "attach to process" launch config.
I didn't mess with it further now, first wanted to check if I'm on the right path. Any help would be apppreciated.
Hi, I just found your project while googling for sqlc and timescaledb.. it was a slightly unrelated search result but spot on for what I'm looking for - I found several of the tools you use but missed some critical ones like xo and rtk-query. So, awesome! And thanks!
I cloned your repo and ran a
go mod tidy. But now I'm lost. I see the screenshot of the CLI on this repo, but can't seem to run it becaue I'm missing some .env file:./bin/project [2023-04-16T14:25:02+0200]: File .env.dev does not exist TerminatedTrying to run
./cmd/cli/main.goin vscode doesn't work out of the box since it's defaulting to the "attach to process" launch config.I didn't mess with it further now, first wanted to check if I'm on the right path. Any help would be apppreciated.