finish up the documentation page

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-17 02:42:32 +03:00
parent e87764a4c2
commit 6f7263dd84
28 changed files with 1141 additions and 234 deletions

View File

@ -44,7 +44,7 @@ func (db *Type) MetricsSet(key string, value uint64) error {
return err
} else if effected < 1 {
_, err = db.sql.Exec(
`INSERT INTO "+TABLE_METRICS+"(
"INSERT INTO "+TABLE_METRICS+`(
key, value
) values(?, ?)`,
key, value,