BugzIO / SprintRPC

@k88hudson's bugzilla app `sprinter` made to work with Bugzilla's JSONRPC instead of REST
0 stars 2 forks source link

Fixes Issue #11, Moves from MySQL/MariaDB to SQLite #13

Closed sudheesh001 closed 9 years ago

sudheesh001 commented 9 years ago
debloper commented 9 years ago

var sequelize = new Sequelize(null, null, null, {options}); saves unnecessary object lookups. Also, rememeber to remove the mysql requirement from package.json as well :wink:

debloper commented 9 years ago

Okay, I'm merging this. Will fix the nits and push.

Thanks! :accept: