lnd/sqldb/sqlc
Elle Mouton 0dc0d320f8
graph/db+sqldb: queries and logic for batch fetching node data
In this commit, we add the queries that will be needed to batch-fetch
the data of a set of nodes. The logic for using these new queries is
also added but not used yet.
2025-07-30 19:29:21 +02:00
..
migrations sqldb/sqlc: add index on graph_channels(version, id) 2025-07-30 18:11:01 +02:00
queries graph/db+sqldb: queries and logic for batch fetching node data 2025-07-30 19:29:21 +02:00
amp_invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
db.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
db_custom.go scripts: add sql slices workaround to sqlc gen script 2025-07-22 17:14:55 +02:00
db_custom_test.go scripts: add sql slices workaround to sqlc gen script 2025-07-22 17:14:55 +02:00
graph.sql.go graph/db+sqldb: queries and logic for batch fetching node data 2025-07-30 19:29:21 +02:00
invoice_events.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
invoices.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
migration.sql.go sqlc: update sqlc compiler to 1.29.0 2025-05-25 18:23:35 +02:00
models.go sqldb+graph/db: prefix graph SQL objects with "graph_" 2025-07-15 18:40:16 +02:00
querier.go graph/db+sqldb: queries and logic for batch fetching node data 2025-07-30 19:29:21 +02:00