Comment by simonw

2 months ago

I want to build software features where users can configure some additional JavaScript to run in order to customize that software.

One example: given this database table run this JavaScript function against every value in this column to calculate a value to be stored in another column.

Or once a day fetch the JSON from this URL and transform it with this JavaScript and store it here.