How to implement knex increment in FeathersJS

后端 未结 0 1301
小鲜肉
小鲜肉 2021-01-15 08:02

What is the simplest way in FeathersJS to implement increment as decribe here :

 knex(\'accounts\')
  .where(\'userid\', \'=\', 1)
  .increment(\'balance\', 1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题