提供 @AssembleDB
注解,支持基于自定义 SQL 的数据源容器
#40
Labels
enhancement
New feature or request
primary
This is an important feature or fix that needs to be completed as a top priority
worth trying
Features or improvements that are worth trying but not necessarily achievable
Milestone
提供 Jdbc 扩展,支持基于自定义 SQL 的数据源容器,比如:
上述配置等同于
select user_name, user_age where id in ?
,查询后总是返回一个List<Map<String, Object>>
集合。最好也可以直接支持一下参数化 SQL,比如:
The text was updated successfully, but these errors were encountered: