tursodatabase / libsql-client-go

Go client API for libSQL
MIT License
180 stars 24 forks source link

`libsql` URL protocol support #8

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.