ws4sqlite icon indicating copy to clipboard operation
ws4sqlite copied to clipboard

Query sqlite via json+http

Results 9 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

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.4 to 2.52.5. Release notes Sourced from github.com/gofiber/fiber/v2's releases. v2.52.5 ๐Ÿ‘ฎ Security https://docs.gofiber.io/api/middleware/session ๐Ÿงน Updates Middleware/session: Remove extra release and aquire ctx calls in session_test.go (#3043) ๐Ÿ›...

dependencies

I created this package which lets you install ws4sql (currently pointed at the `0.17dev2` fork) via npm: https://github.com/blaix/ws4sql-npm When the fork gets an official release, it might be worth adding...

documentation
ws4sql

Bumps [github.com/gofiber/fiber/v2](https://github.com/gofiber/fiber) from 2.52.6 to 2.52.7. Commits e115c08 Merge commit from fork d153551 Update AGENTS.md 7db10b6 docs: Add AGENTS.md (#3461) 94e30d7 ๐Ÿ› Fix routing with mount and static (#3454) fccff19...

dependencies
go

I've mostly been using the 0.17 fork with `--quick-db` so didn't notice until now that when I use the `--db` option I get a strange error about control characters in...

enhancement

If you have a query with a join and the field names aren't unique, you get confusing results: For example: ```sql select foo.id, bar.id from foo inner join bar on...

bug
ws4sql

I think it would be helpful to have access and error logging in the server.

feature
ws4sql