Does this handle existing records like ActiveRecord does? I mean: - Update records for attributes that include an id attribute - Create records for attributes that DON'T include an id - Delete all the rest
id
Does this handle existing records like ActiveRecord does? I mean:
- Update records for attributes that include an
id
attribute- Create records for attributes that DON'T include an
id
- Delete all the rest