mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 20:33:45 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user