|
|
hai 1 ano | |
|---|---|---|
| .. | ||
| README.md | hai 1 ano | |
| article.md | hai 1 ano | |
| author_format.md | hai 1 ano | |
| channel.md | hai 1 ano | |
| course.md | hai 1 ano | |
| deploy.md | hai 1 ano | |
| dict.md | hai 1 ano | |
| group.md | hai 1 ano | |
| palicanon.md | hai 1 ano | |
| share.md | hai 1 ano | |
| term.md | hai 1 ano | |
| translation.md | hai 1 ano | |
| user.md | hai 1 ano | |
| wbw.md | hai 1 ano | |
给 vscode 用的 go
sudo apt install yarnpkg golang-go
redis https://pkg.go.dev/github.com/go-redis/redis/v8#section-documentation
https://github.com/go-redis/redis
数据表应包含如下字段
id SERIAL PRIMARY KEY,
version INTEGER NOT NULL DEFAULT (1),
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
deleted_at TIMESTAMP //可选