lightning-terminal/db
Viktor Tigerström f84e24491b
db: add List All Kv Records query
During the upcoming upcoming migration of the firewall database to SQL,
we need to be able to check all kvstores records in the SQL database,
to validate that the migration is successful in tests.

This commits adds a query to list all kvstores records, which enables
that functionality.
2025-07-21 14:45:45 +02:00
..
sqlc db: add List All Kv Records query 2025-07-21 14:45:45 +02:00
interfaces.go db: define manual action SQL queries 2025-05-30 10:54:34 +02:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
migrations.go db: add actions schemas and queries 2025-05-29 07:04:40 +02:00
postgres.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
postgres_fixture.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
schemas.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlerrors.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00
sqlite.go db: SQL boilerplate code 2025-01-29 16:37:20 +02:00