redis-om-node icon indicating copy to clipboard operation
redis-om-node copied to clipboard

Add ability to save from Entity

Open guyroyse opened this issue 2 years ago • 1 comments

Right now you have to pass in an Entity to the Repository. It would be great to be able to call .save right on the Entity. This pairs nicely with issue #1.

guyroyse avatar Dec 09 '21 19:12 guyroyse

I'm looking into that.

Edit: It'll probably be best to add it to the Entity class right?

pogiii avatar Jan 11 '22 21:01 pogiii

Obviated by incoming changes to Entity type.

guyroyse avatar Dec 19 '22 15:12 guyroyse