This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
v0.1.9
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/