aselab / scala-activerecord

ActiveRecord-like ORM library for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove an Item from HasMany associations ?

SebastienHugues opened this issue · comments

How to remove an Item from HasMany associations without reassign the whole list except the item to be removed ?

I've added an API to do this.
It's available in version 0.2.4-SNAPSHOT.