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

v0.2.0

Compare
Choose a tag to compare
@gtrias gtrias released this 09 Aug 14:37
· 40 commits to main since this release

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/