otter icon indicating copy to clipboard operation
otter copied to clipboard

Implement Relationships

Open zanechua opened this issue 5 years ago • 3 comments

  • [ ] Relationships
    • [x] One To One
      • [ ] Create
      • [x] Read
      • [ ] Update
      • [x] Delete
    • [ ] One To Many
      • [ ] Create
      • [x] Read
      • [ ] Update
      • [x] Delete
    • [ ] One To Many (Inverse)
      • [ ] Create
      • [x] Read
      • [ ] Update
      • [x] Delete
    • [ ] Many To Many
      • [ ] Create
      • [x] Read
      • [ ] Update
      • [x] Delete
    • [ ] Has Many Through
      • [ ] Create
      • [ ] Read
      • [ ] Update
      • [ ] Delete
  • [ ] Polymorphic Relationships
    • [ ] One To One
      • [ ] Create
      • [ ] Read
      • [ ] Update
      • [ ] Delete
    • [ ] One To Many
      • [ ] Create
      • [ ] Read
      • [ ] Update
      • [ ] Delete
    • [ ] Many To Many
      • [ ] Create
      • [ ] Read
      • [ ] Update
      • [ ] Delete
    • [ ] Custom Polymorphic Types
      • [ ] Create
      • [ ] Read
      • [ ] Update
      • [ ] Delete

zanechua avatar Dec 26 '18 15:12 zanechua

Partial Implementation: https://github.com/poowf/otter/commit/c2d12fcaf7f7a3a513bc6ba88e4651f2d3c2d658

zanechua avatar Dec 30 '18 13:12 zanechua

WIP: https://github.com/poowf/otter/commit/08d3c0cde2df2937c99d400a3fed5757838d7486

zanechua avatar Dec 31 '18 21:12 zanechua

Updated relationship implementation: https://github.com/poowf/otter/commit/4d841012dae7f206fa41b77d1da59678363620e6

HasMany relationships: https://github.com/poowf/otter/commit/bfdbcc598274828013657934a5aa27974eb427e2

zanechua avatar Mar 19 '19 11:03 zanechua