Go ORM 对比

测试场景

当前场景说明

{{ SCENARIOS.find(s => s.id === selectedScenario)?.description }}

Go
TS

{{ focusedOrm.name }}

{{ tag }}

{{ focusedOrm.desc }}

运行性能
{{ focusedOrm.stats.performance }}
类型安全
{{ focusedOrm.stats.typeSafety }}
开发速度
{{ focusedOrm.stats.devSpeed }}
代码简洁度
{{ focusedOrm.stats.boilerplate }}
Go TS {{ key }}_{{ selectedScenario }}.{{ isGo(key) ? 'go' : 'ts' }}