Commit graph

5 commits

Author SHA1 Message Date
VigorFox
9c58278e08
refactor(db): change SQLite driver from github.com/jinzhu/gorm/dialects/sqlite to github.com/glebarez/go-sqlite (#1626)
* sqlite 驱动从 github.com/jinzhu/gorm/dialects/sqlite 改为 github.com/glebarez/go-sqlite,以移除对 cgo 的依赖

* // 兼容已有配置中的 "sqlite3" 配置项

* Update models/init.go: 修改变量名
2023-02-08 09:53:41 +08:00
Loyalsoldier
79b8784934
Comply with Golang semantic import versioning (#630)
* Code: compatible with semantic import versioning

* Tools & Docs: compatible with semantic import versioning

* Clean go.mod & go.sum
2020-11-21 17:34:55 +08:00
HFO4
f4c414c0f6 Fix: uint may overflow / Test: get user storage 2019-12-07 15:05:48 +08:00
HFO4
7375cc01f1 Feat: cache in-memory store 2019-12-05 17:01:14 +08:00
HFO4
5d50e7ed1e Test: moveOrCopyFolder / File 2019-12-04 13:49:28 +08:00