Friday, 1 February 2019

Shall I make an npm package for this?

So in this project I'm working on rdbms, the number of tables are forever growing, so I was thinking of making a generalized JSON format for entering data in the tables which will manage the associations too, shall I make the same for updation, deletion and selection too?, Will this do us any good?So, the client will POST all of the content in that JSON format and we would just use this module to take care of inserting(as of now) the data rather than writing the code to do so

Submitted February 01, 2019 at 02:38PM by Prateeeek

No comments:

Post a Comment