mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add RPC commands data_delete, data_fetch, and data_store.
This commit is contained in:
@@ -58,6 +58,12 @@ const char *WalletDBInit[] = {
|
||||
Dh1024 TEXT \
|
||||
);",
|
||||
|
||||
// Local persistence of the RPC client
|
||||
"CREATE TABLE RPCData ( \
|
||||
Key TEXT PRIMARY Key, \
|
||||
Value TEXT \
|
||||
);",
|
||||
|
||||
// Miscellaneous persistent information
|
||||
// Integer: 1 : Used to simplify SQL.
|
||||
// ScoreUpdated: when scores was last updated.
|
||||
|
||||
Reference in New Issue
Block a user