tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
182 stars 30 forks source link

Improve invalid URL error message #222

Closed penberg closed 1 week ago

penberg commented 2 weeks ago

People are hitting invalid URL errors as discussed in tursodatabase/libsql#1121. Let's improve the error message to actually include the URL that the driver sees to make debugging easier.

giovannibenussi commented 2 weeks ago

Looks good to me!