Hacker News new | ask | show | jobs
by zzo38computer 2149 days ago
Would a SQLite virtual table be provided, so that it can be used without a web page, and with command-line interface and stuff such as local joins and copies and views and so on?
1 comments

The project was mostly about creating an end-to-end web app, so right now we have no intentions providing a SQLite interface.

That being said, the recipes API which the frontend client consumes is open and allows you to query our ElasticSearch cluster. You can have a look at the API in the repo (We will be adding some documentation today or tomorrow) and of course we are open for pull requests if you wish to implement such an interface..