Hello,
I am trying to test Admin Forest for our company,
I am working with a database that is not so relational.
For example we have users and store and many users are related to the store, and for this we store an array of ids in the store table.
I am wondering how I could best use Admin Forest in this situation (disclaimer I do not have a lot of Sequelize experience) so I am having hard time trying to build this relationship (and the others).
Is it actually possible to do this with sequielize or would I need to use smart relationship?
Thanks for help in advance.
Have a good day