🗂️ Object

v1.0.0

关系结构映射指南 对象关系映射结构模式指南。在设计或审计领域对象如何映射到关系表时使用——标识字段、外键……

0· 75·0 当前·0 累计
quochungto 头像by @quochungto (Hung Quoc To)·This
下载技能包 项目主页
License
This
最后更新
2026/4/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is an instruction-only ORM m应用ing de签名/审计 图形界面de that only needs read 访问 to a codebase and optionally can produce edits — its 请求ed capabilities align with its 状态d purpose.
评估建议
This 技能 应用ears coherent for de签名ing or 审计ing ORM m应用ings. Before 安装ing/using it: (1) be aware it asks to read your codebase and has Edit/Write privileges — if you only want an 审计, restrict the 代理 to read-only or review changes before 应用lying; (2) back up or 运行 in a branch/CI 环境 so edits can be tested; (3) do not enable always:true or unrestricted autonomous execution if you do not trust the 技能 to modify code unreviewed; (4) 验证 any 生成d 模式 or 迁移s and 运行 your test suite; (5) if your codebase contAI...
详细分析 ▾
用途与能力
The 技能 describes m应用ing domAIn objects to relational 模式 and 请求s only codebase-oriented 工具s (Read, Glob, Grep, Edit, Write, optional Bash). Those 工具s are reasonable for 检测ing ORM usage, generating 模式 sketches, and producing idiomatic ORM config. No unrelated binaries, 凭证s, config paths, or network 端点s are 请求ed.
指令范围
技能.md and reference files focus on classification, decision tables, and per-stack ORM 图形界面dance. The declared execution 输入s explicitly include 扫描ning the codebase (模型s, 迁移s, build files). This is in scope. One notable point: the 技能 requires Edit/Write 工具s (and optionally Bash), which means it can modify files or 运行 shell commands — 应用ropriate for generating 补丁es but worth flagging so the user knows the 代理 may propose or 应用ly changes.
安装机制
无安装规范,无代码文件执行;仅为指令。最大限度降低磁盘写入与任意代码风险。
凭证需求
该技能未声明任何环境变量、凭据或配置路径。其对读取代码库的需求与目的相符,未提出过度的密钥或平台访问请求。
持久化与权限
always:false(正常)。该技能可由用户调用,也可由 agent 自主运行(默认平台行为)。由于它请求 Edit/Write,若允许 agent 自主操作,则可能修改仓库;这种组合对代码修改助手是预期的,但用户应确认是否希望自动编辑。
安全有层次,运行前请审查代码。

License

This

请查看许可证条款了解详情。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/21

Initial release of the Object-Relational Structural M应用ing 图形界面de 技能. - Provides 图形界面dance on m应用ing domAIn 模型 relationships to relational database 模式s using six key PEAA structural patterns. - Helps classify relationships (身份, 1:1, 1:N, N:M, dependent, embedded, graph) and 路由s each to the 应用ropriate m应用ing pattern. - 生成s 模式 sketches and idiomatic ORM configuration for popular 框架s (Hibernate, SQLAlchemy, EF Core, ActiveRecord, Django ORM). - Flags common anti-patterns, such as meaningful keys, misuse of 序列化d LOBs, and improper many-to-many m应用ings. - De签名ed for architects and engineers de签名ing new persistence layers or 审计ing existing ORM 设置ups.

无害

安装命令

点击复制
官方npx clawhub@latest install bookforge-object-relational-structural-mapping-guide
镜像加速npx clawhub@latest install bookforge-object-relational-structural-mapping-guide --registry https://cn.longxiaskill.com

技能文档

Six PEAA patterns that bridge between OO domAIn objects and relational tables: 身份 Field, Foreign Key M应用ing, Association Table M应用ing, Dependent M应用ing, Embedded Value, and 序列化d LOB.

When to Use

Use this 技能 when you are:

  • De签名ing how a domAIn
数据来源ClawHub ↗ · 中文优化:龙虾技能库