rgb-cln/plugins
Rusty Russell 14aac0769c doc: document the sql command.
In particular, we generate the schema part from the plugin itself.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: Plugins: `sql` plugin command to perform server-side complex queries.
2023-01-30 15:15:41 -06:00
..
bkpr
examples
grpc-plugin
spender
src
test common/gossip_store: clean up header. 2023-01-30 15:15:41 -06:00
.gitignore
Cargo.toml
Makefile plugins/sql: refresh listnodes and listchannels by monitoring the gossip_store. 2023-01-30 15:15:41 -06:00
README.md
autoclean.c
bcli.c
chanbackup.c
commando.c
fetchinvoice.c plugins: update to match latest offers text. 2023-01-30 13:24:29 +10:30
funder.c
funder_policy.c
funder_policy.h
keysend.c
libplugin-pay.c common: update to latest route-blinding spec. 2023-01-30 13:24:29 +10:30
libplugin-pay.h
libplugin.c
libplugin.h
offers.c decode: fix handling of blinded_payinfo. 2023-01-30 13:24:29 +10:30
offers.h
offers_inv_hook.c
offers_inv_hook.h
offers_invreq_hook.c plugins: update to match latest offers text. 2023-01-30 13:24:29 +10:30
offers_invreq_hook.h
offers_offer.c plugins: update to match latest offers text. 2023-01-30 13:24:29 +10:30
offers_offer.h
pay.c
sql.c doc: document the sql command. 2023-01-30 15:15:41 -06:00
topology.c plugins/topology: add direction field to listchannels. 2023-01-30 15:15:41 -06:00
txprepare.c

README.md

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).