Hacker News new | ask | show | jobs
by eb0la 2347 days ago
I believe admin panels are the MVP implementation for this idea.

Almost every business software is a select/insert/update. If you can do it over a view, or you have a trigger on insert/update/delete you are able to have a customer facing product with minimal manual operation.

1 comments

The REST interface to this is pretty good. It's documented within esqlate-server (https://github.com/forbesmyester/esqlate-server)