|
@@ -147,6 +147,7 @@ func Insert(key string, value string, tableName string) error {
|
|
return getCurrentDB()[INSERT].(func(string, string, string) error)(key, value, tableName)
|
|
return getCurrentDB()[INSERT].(func(string, string, string) error)(key, value, tableName)
|