You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jrans this is attempting to solve the problem from the other end.
(defining the schema in sequelize and then validating it in Joi)
Yes, use it as inspiration.
But I would actually like to approach the problem from the front-end as in how are the people going to interact with the data. What HTML field types are we going to use and how do they map to the database?
In the first instance if we just create a model with a handful of fields we can make more focussed progress...
https://github.com/mibrito/joi-sequelize
covers joi and postgres and could be used for inspiration?
The text was updated successfully, but these errors were encountered: