Sunday 15 May 2011

node.js - How To Save CommonMark In MongoDB? -



node.js - How To Save CommonMark In MongoDB? -

i'd back upwards saving commonmark info in node application. i've never dealt saving markdown or commonmark mongo database before. should save commonmark info simple string in mongo or there more optimal way store it?

// post schema var postschema = new schema({ content: { type: string, trim: true } });

node.js mongodb

No comments:

Post a Comment