ws4sqlite
ws4sqlite copied to clipboard
Query sqlite via json+http
ws4duck?
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)...
The request may be: ``` { "resultFormat": "list", "transaction": [{ "query": "SELECT * FROM folders", ... }, ...] ... ``` with values of `list` or `map`, by default/if absent `map`...
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.
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) ๐...
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...
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...
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...
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...
I think it would be helpful to have access and error logging in the server.