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

Local DB support #3

Closed HugeLetters closed 5 months ago

HugeLetters commented 5 months ago

For local development does your library support a file url? I've tried file:./database/db.sqlite and similar but none seem to work

DaBigBlob commented 5 months ago

no. this lib is solely for access to libsql server through http(s) protocol. of course you can spin up a libsql server locally and use this lib with it if you want to. (but im guessing thats not what you want)

HugeLetters commented 5 months ago

Ok, thanks