alwint3r / sequelize-datatable-node

MIT License
11 stars 12 forks source link

Implementation Using Relationships #25

Open dohji opened 2 years ago

dohji commented 2 years ago

Hello, I really appreciate the great work you are doing by simplifying the connection between datatables and the server. I want to ask if you can consider the implementation where the Sequelize Model has multiple relationships and also the data is encrypted. For example, a User model that hasMany "phoneNumbers". This way the "phoneNumbers" model belongs to the user model. It will be very mush appreciated if you consider adding support for such implementation