Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>jz-lotNew to Visual Studio Code? Get it now.
jz-lot

jz-lot

Unreal

|
19 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JZ-Lot

vscode utils

Sync from Database

从数据库同步字段定义

Usage

  1. 需要先配置数据库连接信息 jz-lot.config.json.
{
  "db": {
    "host": "127.0.0.1",
    "port": 3306,
    "user": "root",
    "password": "123456",
    "database": "your_db_name",
    "outDir": "src/composibles/columns" // 输出目录
  }
}
  1. 在 JZ-Lot 面板中点击Sync from Database按钮,即可一键同步。或者在 VSCode 中按 Ctrl+Shift+P 打开命令面板,输入 Sync from Database 并执行。
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft