tursodatabase/turso-cli

support extensions in `turso dev`

Closed this issue · 2 comments

Right now, people have no way of using extensions when they do turso dev. A roundabout way is, running sqld with all the proper configs. well, that sucks.

requested here: https://discord.com/channels/933071162680958986/1211488827156209736/1211488827156209736

Hi Turso team 👋

Just to give additional info for this,

$ turso db shell http://127.0.0.1:8080
-> select (uuid4());
Error: failed to execute SQL: select (uuid4());
SQL input error: no such function: uuid4 (at offset 8)

would be great if extension is available.

Duplicate of #636 I believe