Sharath
Sharath
This is the stack overflow thread that led me here.. http://stackoverflow.com/questions/25801426/sequelize-rest-api-generator I have been looking for a solution for a while now..and there is a fair bit of interest in...
Does sequelize give a DB level representation of all associations between tables? I am thinking if its possible to generate a sort of in-memory database diagram and then map that...
@mbroadst - All are in-database Ids..
Yes.. that is correct..
I agree.. now that I think about it.. the whole idea of this is to resolve the objects in the route.. so that in the end, if i create a...
@ackerdev - Thank you for the detailed explanation.. I now understand.. a RESTful API is suppose to return the state of the data as its stored.. its not intended to...
Is there a update on this issue? The module is excellent, just want to know how to access the object that was resolved from a custom detail route..
Barring a few special cases, a detail route would ideally involve some operation related to the `id` in question right, and so fetching that model might actually be worth the...
excellent! many thanks.. :smile: