memos/store
Athurg Gooth ddf4cae537
feat: disable CGO_ENABLED (#1766)
* Replace mattn/go-sqlite3 with modernc.org/sqlite

* Disable CGO to make binary work without special c lib

* Replace mattn/go-sqlite3 with modernc.org/sqlite in testing code

* Tidy go module

---------

Co-authored-by: Athurg Feng <athurg@gooth.org>
2023-05-29 13:29:42 +08:00
..
db feat: disable CGO_ENABLED (#1766) 2023-05-29 13:29:42 +08:00
activity.go chore: add vacuum memo relation to dev guard (#1644) 2023-05-09 09:02:59 +08:00
cache.go feat: update store cache (#1066) 2023-02-11 14:19:26 +08:00
common.go refactor: memo store (#1741) 2023-05-25 21:50:37 +08:00
error.go feat: store/db module with sqlite 2022-05-22 00:59:22 +08:00
idp.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
memo.go chore: order by updated ts in memo store (#1761) 2023-05-28 02:04:05 +08:00
memo_organizer.go chore: upgrade version 0.13.0 (#1685) 2023-05-20 10:16:19 +08:00
memo_relation.go refactor: memo store (#1741) 2023-05-25 21:50:37 +08:00
memo_resource.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
resource.go feat: resource store cache (#1742) 2023-05-26 00:38:27 +08:00
shortcut.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
storage.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
store.go feat: resource store cache (#1742) 2023-05-26 00:38:27 +08:00
system_setting.go feat: add max upload size setting to UI & UI improvements (#1646) 2023-05-13 22:27:28 +08:00
tag.go fix: golangci-lint version (#1381) 2023-03-18 22:34:22 +08:00
user.go refactor: memo store (#1741) 2023-05-25 21:50:37 +08:00
user_setting.go feat: implement telegram bot plugin (#1740) 2023-05-26 09:43:51 +08:00