rgb-cln/db
Rusty Russell 04f485aee0 db: add generic warn/error function.
This avoids the mess where we override db_fatal for teqsts, and keeps it
generic.

Also allows us to get rid of one #if DEVELOPER, and an ugly global for
bookkeeper.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-07-09 16:49:48 +09:30
..
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
bindings.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
bindings.h wallet: add channel_type field to db. 2023-04-10 17:26:47 +09:30
common.h db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
db_postgres.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
db_sqlite3.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
exec.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
exec.h db: db_set_intvar/db_get_var should take a const char *. 2023-04-06 09:50:32 +09:30
utils.c db: add generic warn/error function. 2023-07-09 16:49:48 +09:30
utils.h db: add generic warn/error function. 2023-07-09 16:49:48 +09:30