Hacker News new | ask | show | jobs
by div72 1433 days ago
Yes, that is on my mind. I was actually planning on letting the user do some queries as the form data is actually stored in a sqlite database anyways.

Can you link to your format if it's public? I'm interested.

1 comments

> I was actually planning on letting the user do some queries as the form data is actually stored in a sqlite database anyways.

That can work, but you should also allow downloading the SQLite database or the CSV, in case you want to do it on your own computer.

> Can you link to your format if it's public? I'm interested.

http://sprunge.us/Suua5t I will intend that my implementation will also be able to store results in a SQLite database.