sqlite-http
sqlite-http copied to clipboard
A SQLite extension for making HTTP requests purely in SQL
Unable to load into SQLite, tried on version 0.1.1 and 0.1.0 - Windows platform. SQLite version 3.45.1 `sqlite> .load ./http0` `Error: The specified module could not be found.` Module is...
Hi, I am attempting to statically link the sqlite-http extension with the amalgamation sqlite. I was able to succeed with another go extensions viz. sqlite-html. I face this error on...
`response_body` should be text, and not a blob, when the `Content-type` mimetype is: - has a type of `text`, ex `text/plain`, `text/html`, etc. - Special case `application/json` - Special case...