fermyon / feedback

Centralized repository for Fermyon Cloud feedback and bug reports
3 stars 1 forks source link

Shell support for NoOps DB to help with debugging #34

Open macolso opened 11 months ago

macolso commented 11 months ago

A discord user recently shared feedback that having shell support for running queries to debug their NoOps DB would be helpful for their use case.

seungjin commented 11 months ago

I am that discord user.

jpflueger commented 11 months ago

Just adding an idea here. Another approach could be the ability to target the cloud db from local dev which could be helpful while iterating on the schema. Similar to the spin-cloud-gpu plugin.

seungjin commented 11 months ago

Currently, I am using https://github.com/karthik2804/spin-sqlite-web-cli. It's better than nothing. Providing a web-based Spin template is one way to support developers, but many developers probably prefer CLI-based tools like Turso's db shell. If we decide to go in the direction of web-based tools, we will likely need to polish the web interface for spin-sqlite-web-cli.