cln/db
Rusty Russell 9b85a247aa common: add tal_free_if_taken() helper for common case.
Uses found and changed by Claude.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-03-29 14:35:54 +10:30
..
bindings.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
bindings.h db: helper for binding/reading bitcoin_outpoint. 2025-08-19 13:37:50 +09:30
common.h db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
db_postgres.c db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30
db_sqlite3.c db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
exec.c db: don't start transactions unless we really need to. 2025-11-20 16:30:50 +10:30
exec.h db: don't start transactions unless we really need to. 2025-11-20 16:30:50 +10:30
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
utils.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
utils.h db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30