Skip to content

refactor: 将 sqlite 拆为独立子模块#1

Open
wuchulonly wants to merge 1 commit into
chainreactors:mainfrom
wuchulonly:refactor/sqlite-submodule
Open

refactor: 将 sqlite 拆为独立子模块#1
wuchulonly wants to merge 1 commit into
chainreactors:mainfrom
wuchulonly:refactor/sqlite-submodule

Conversation

@wuchulonly

Copy link
Copy Markdown

Summary

  • sqlite/ 拆为独立 Go 子模块 (sqlite/go.mod),sqlite/gorm 依赖不再污染根模块
  • 外部消费者只 import ioaioa/client 时不会被拉入 sqlite 依赖链

动机

aiscan 的 client 模式只需要 ioa/client,但因为根模块 go.mod 直接 require 了 glebarez/sqlite + gorm,导致 client 的依赖树里多了 sqlite

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant