Query SQLite from a Web Browser
github.com
Query SQLite from a Web Browser
1–2 of 2 posts
Re: Query SQLite from a Web Browser
#2I found this pattern in the process of using other databases, which is very useful when importing data to excel or google sheets.
for example:
curl -vvvv 'http://localhost:8000/a.csv?select * from t limit 1'