Last 12 weeks · 0 commits
1 of 6 standards met
Repository: rauchg/node.dbslayer.js. Description: DBSlayer (MySQL) support for Node.JS Stars: 152, Forks: 16. Primary language: JavaScript. Languages: JavaScript (100%). Homepage: http://devthought.com Open PRs: 1, open issues: 2. Last activity: 16y ago. Community health: 28%. Top contributors: rauchg.
Other solutions will probably be cumbersome, specially if chaining is desired.
DBSlayer returns its responses in UTF8 format. At present node.dbslayer does not properly set the body encoding when retrieving responses from dbslayer. As such any non-ascii characters in the response data will be corrupted by node.dbslayer. To fix this, change: to The key is the second line of the new version, response.setBodyEncoding("utf8").