ws4sqlite icon indicating copy to clipboard operation
ws4sqlite copied to clipboard

Query sqlite via json+http

Results 3 ws4sqlite issues
Sort by recently updated
recently updated
newest added

There is a 🦆 figuring [here](https://germ.gitbook.io/ws4sqlite/) so I wonder if this nice web service would need considerable refactoring to work with the sqlite-like database [duckdb](https://duckdb.org)? There is a [go binding](https://github.com/marcboeker/go-duckdb)...

suggestion
done

The request may be: ``` { "resultFormat": "list", "transaction": [{ "query": "SELECT * FROM folders", ... }, ...] ... ``` with values of `list` or `map`, by default/if absent `map`...

enhancement
fixed_but_not_released_yet

It's basically tailor-made, and it's just not the way to put a feature inside a platform IMHO. It can be done on the client.

enhancement
fixed_but_not_released_yet