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

v0.1.9

Compare
Choose a tag to compare
@gtrias gtrias released this 09 Aug 10:22
· 55 commits to main since this release

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/