Initial installation of initialization data for simplified use.

This commit is contained in:
Liujian
2024-10-18 22:15:55 +08:00
parent b043db8237
commit 117dd82617
4 changed files with 218 additions and 30 deletions
+1
View File
@@ -24,6 +24,7 @@ func NewCommitWithKey[H any](name, key string) *StoreWidthType[H] {
Store: Store[H]{
latestTableName: name + "_latest",
commitTableName: name + "_commit",
name: name,
},
key: key,
}