We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WITHOUT ROWID
1 parent 259057c commit 357629eCopy full SHA for 357629e
1 file changed
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