DaBigBlob / libsql-stateless-easy

Thin libSQL stateless HTTP driver for TypeScript and JavaScript for the edge but easy 🚀
https://www.npmjs.com/package/libsql-stateless-easy
MIT License
62 stars 3 forks source link

mod.ts: Let's make the extra request to /v3 optional #6

Closed vBohu closed 5 months ago

vBohu commented 5 months ago

Please provide an option to the constructor that skips the initial http request to xxx.turso.io/v3 for users who are sure that their provided URL is correct and want to skip the extra check

DaBigBlob commented 5 months ago

@vBohu added in 314f32d. Upgrade to 1.6.9 (nice).

DaBigBlob commented 5 months ago

@vBohu Added option to disable all checks for performance in version 1.6.10 Read Performance section