Hmm, there are so many. Probably the sql plugin! It turns the list* commands into SQL tables, and you can write arbitrary SQL queries, and it's all done in a way which is safe and read-only. This is vastly underutilized, and there is also more optimization we can do inside the sql plugin to cache stuff and make it even faster...
Hmm, there are so many. Probably the sql plugin! It turns the list* commands into SQL tables, and you can write arbitrary SQL queries, and it's all done in a way which is safe and read-only. This is vastly underutilized, and there is also more optimization we can do inside the sql plugin to cache stuff and make it even faster...