cln/db
Rusty Russell 1958efdad6 db: support mode where we don't want to create the db.
And gracefully fail for this case.

There's no such thing for Postgres, but that's because dbs need to be
set up by the admin.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-08-19 13:37:50 +09:30
..
bindings.c db: helper for binding/reading bitcoin_outpoint. 2025-08-19 13:37:50 +09:30
bindings.h db: helper for binding/reading bitcoin_outpoint. 2025-08-19 13:37:50 +09:30
common.h db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09: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: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30
exec.c lightningd, pyln-testing: do extra checks to make sure check *cannot* write to db. 2023-10-26 12:59:55 +10:30
exec.h lightningd, pyln-testing: do extra checks to make sure check *cannot* write to db. 2023-10-26 12:59:55 +10:30
Makefile database: pull out database code into a new module 2022-03-05 15:03:34 +10:30
utils.c db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30
utils.h db: support mode where we don't want to create the db. 2025-08-19 13:37:50 +09:30