我在哪里可以看到scala.dbc更新语句的示例? 我只找到了select语句示例...
select fields (
("url" of characterVarying(32)) and
("name" of characterVarying(32)) and
("last_update" of integer)) from ("feeds")
答案 0 :(得分:3)
搜索结果this old wiki page,我还没有测试过。正如其他人过去所提到的,可能还有更新/积极维护database persistence options for scala。