pull down to refresh
0 sats \ 1 reply \ @anon 16 Apr \ on: Rusty Russell AMA AMA
what's been your favorite feature to develop on core lightning and why?
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...
reply