feat: add SQLite/PostgreSQL database switching support

This commit is contained in:
tinkle-community
2026-01-01 15:25:30 +08:00
parent 74adedbc64
commit d547863ebb
9 changed files with 442 additions and 49 deletions

View File

@@ -14,6 +14,9 @@ import (
"nofx/manager"
"nofx/market"
"nofx/provider/alpaca"
"nofx/provider/coinank/coinank_api"
"nofx/provider/coinank/coinank_enum"
"nofx/provider/hyperliquid"
"nofx/provider/twelvedata"
"nofx/store"
"nofx/trader"