We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WITHOUT ROWID
1 parent 259057c commit 357629eCopy full SHA for 357629e
lightning-persister/src/sqlite_store/mod.rs
@@ -61,7 +61,7 @@ impl SqliteStore {
61
sub_namespace TEXT DEFAULT \"\" NOT NULL,
62
key TEXT NOT NULL CHECK (key <> ''),
63
value BLOB, PRIMARY KEY ( namespace, sub_namespace, key )
64
- );",
+ ) WITHOUT ROWID;",
65
kv_table_name
66
);
67
connection
0 commit comments