sqladmin
✓在 FastAPI 或 Starlette 應用程序中為 SQLAlchemy 模型構建和維護 SQLAdmin 管理界面。當您需要添加管理 UI、配置 ModelView 行為(列表、表單、過濾器、導出)、添加身份驗證/授權或基於角色的權限、自定義模板、添加自定義視圖/操作、集成文件/圖像上傳或設置異步 SQLAlchemy 引擎/會話時使用。
SKILL.md
Overview Use this skill to implement SQLAdmin in FastAPI/Starlette apps, wire SQLAlchemy engines/sessions (sync or async), and tailor the admin UI via ModelView configuration, authentication, templates, and extensions.
Quick start 1) Create the SQLAlchemy engine (sync or async) and your models. 2) Initialize Admin(app, engine) (or pass a sessionmaker). 3) Define a ModelView for each model and addview it.
Use references/configurations.md for all ModelView options and examples.
在 FastAPI 或 Starlette 應用程序中為 SQLAlchemy 模型構建和維護 SQLAdmin 管理界面。當您需要添加管理 UI、配置 ModelView 行為(列表、表單、過濾器、導出)、添加身份驗證/授權或基於角色的權限、自定義模板、添加自定義視圖/操作、集成文件/圖像上傳或設置異步 SQLAlchemy 引擎/會話時使用。 來源:jik92/sqladmin-skills。
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/jik92/sqladmin-skills --skill sqladmin- 分類
- *創意媒體
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 sqladmin?
在 FastAPI 或 Starlette 應用程序中為 SQLAlchemy 模型構建和維護 SQLAdmin 管理界面。當您需要添加管理 UI、配置 ModelView 行為(列表、表單、過濾器、導出)、添加身份驗證/授權或基於角色的權限、自定義模板、添加自定義視圖/操作、集成文件/圖像上傳或設置異步 SQLAlchemy 引擎/會話時使用。 來源:jik92/sqladmin-skills。
如何安裝 sqladmin?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/jik92/sqladmin-skills --skill sqladmin 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/jik92/sqladmin-skills
詳情
- 分類
- *創意媒體
- 來源
- skills.sh
- 收錄時間
- 2026-02-01