tursodatabase / turso-docs

Turso reference documentation
https://docs.turso.tech
MIT License
11 stars 47 forks source link

Updated Go local quickstart docs to include file: scheme #180

Closed JayJamieson closed 5 months ago

JayJamieson commented 5 months ago

The quick start and local setup for Go needs file: prefix as part of the database name in order to work properly. May save someone time in the future trying to figure out what is wrong.

Can see the switch case checking the URL scheme and using correct connector: https://github.com/tursodatabase/go-libsql/blob/08771dcdd2f1c0c7d204fb10402c03aa3afc7b06/libsql.go#L146