graph/db: introduce the V1Store interface

In this commit, we introduce the `V1Store` interface which the existing
`graphdb.KVStore` implements today. The idea is to eventually create a
SQL DB backed implementation of this interface.
This commit is contained in:
Elle Mouton
2025-04-05 17:53:14 +02:00
parent 11b27f07da
commit 52018dbbec
3 changed files with 336 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
# Improvements
## Functional Updates
* Graph Store SQL implementation and migration project:
* Introduce an [abstract graph
store](https://github.com/lightningnetwork/lnd/pull/9791) interface.
## RPC Updates
## lncli Updates