Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Releases: factorialco/tentaclesql

v0.2.2

09 Aug 15:14
Compare
Choose a tag to compare

Fix typo

v0.2.1

09 Aug 15:02
Compare
Choose a tag to compare

Fixed production bug with non defined schemas

v0.2.0

09 Aug 14:37
Compare
Choose a tag to compare

With this new release you can provide your schema among the POST request.

You only need to provide the schema in json format under config.schema payload. Example:

curl -H "Content-type: application/json" -X POST -d '{"query": "SELECT 1;", "config": {"schema": [{"name": "my_table", "url": "https://exmple.com"}]}}' http://localhost:3000/

v0.1.12

09 Aug 11:50
Compare
Choose a tag to compare

Fixing bad generated docker image

v0.1.11

09 Aug 11:41
Compare
Choose a tag to compare

Fixing docker image to contain sql extensions

v0.1.10

09 Aug 11:24
Compare
Choose a tag to compare

Defaulting to 8080 port again

v0.1.9

09 Aug 10:22
Compare
Choose a tag to compare

Added SQLite extensions from https://github.com/nalgeon/sqlean

Now you can enable all these extensions by providing the configuration into your POST requests:

curl -H "Content-type: application/json" -X POST -d '{"query": "SELECT 1;", "config": {"extensions": ["json1"]}}' http://localhost:3000/

v0.1.8-beta

28 May 09:08
081be48
Compare
Choose a tag to compare
  • Add support for unions

v0.1.7-beta

11 May 10:02
Compare
Choose a tag to compare
Fix build

v0.1.6-beta

07 May 15:22
Compare
Choose a tag to compare
Fix build