redis / redis-om-python

Object mapping, and more, for Redis and Python
MIT License
1.07k stars 108 forks source link

Can we specify ForiegnKey for a field like in sqlalchemy in a model in redisom ? #481

Closed dhavalaprashanth closed 1 year ago

fannigurt commented 1 year ago

OM stands for Object mapper, there is no letter "R" here, it's not ORM, so there are no relations and foreign keys in the non-relational storage.