Hacker News new | ask | show | jobs
by ludwigvan 2719 days ago
See datasette that turns any csv or sqlite to an API and a web site instantly and allows the end user to write sql queries.

- For permissions: the db is readonly. - For performance: there is an execution time limit for each query.

https://simonwillison.net/2017/Nov/13/datasette/