cold-barista-89215
11/14/2022, 4:33 PMgo run ./main.go migrate sql -c ./tmp/config.yml -e
I get this error:
WARN[2022-11-14T22:02:24+05:30] Unable to connect to database, retrying. audience=application error=map[message:could not create new connection: sqlite3 support was not compiled into the binary stack_trace:stack trace could not be recovered from error type *fmt.wrapError] service_name=Ory Kratos service_version=master
Can someone please help me out with this?steep-lamp-91158
-tags sqlite
to the go build/run command: go run -tags sqlite ./main.go ...