tursodatabase / libsql-client-ts

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

`libsql` URL protocol support #5

Closed penberg closed 1 year ago

penberg commented 1 year ago

We have two protocols: HTTP and WebSockets. Let's make the client also accept a third one:libsql, which uses the right sqld protocol depending on whether interactive transactions are needed or not.

penberg commented 1 year ago

Fixed by 7ed440d992abf340e6670ac3b40b940b9e0c36d5