8 releases
new 0.1.7 | Jan 8, 2025 |
---|---|
0.1.6 | Jan 5, 2025 |
#828 in Procedural macros
762 downloads per month
Used in taitan-orm
280KB
6K
SLoC
现在,生成struct和trait impl是混合的,应该分开为struct实现和impl
目前正在进行的工作:
-
支持手写SelectedEntity,支持字段不是Optional: Done
-
支持template中通过 %{} 语法识别Optional字段
-
支持TemplateLocation,实现了Location trait, 必需绑定SelectedEntity 这个比TemplateRecord多的就是可以筛选字段
-
Schema中支持index定义,并自动生成查询函数
-
Schema中支持自定义query,通过SelectedEntity做Selection和location参数
Dependencies
~54MB
~1M SLoC