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
56 stars 3 forks source link

Missing features compared to official library #8

Closed abdurahmanshiine closed 1 month ago

abdurahmanshiine commented 1 month ago

Hi there, This library seems promising and I would like to use it, but it's missing a number of things from the official library. For example the config object passed to the client is completely different, and I can't use embedded replicas via the syncUrl config parameter. Any way to go around this?

DaBigBlob commented 1 month ago

this library is the replacement of @libsql/client/web and therefore remote only. therefore syncUrl is not supported.

DaBigBlob commented 1 month ago

im closing this because of lack of response