Mysql sort, where and limit
This commit is contained in:
parent
14c34a8058
commit
e4e280d0e5
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js & only=mysql nodeunit test/common_test.js"
|
||||
"test": "ONLY=memory ./support/nodeunit/bin/nodeunit test/*_test.* & ONLY=redis nodeunit test/common_test.js & ONLY=mysql nodeunit test/common_test.js"
|
||||
},
|
||||
"engines": [
|
||||
"node >= 0.4.0"
|
||||
|
@ -16,7 +16,8 @@
|
|||
"dependencies": {
|
||||
"redis": ">= 0.6.7",
|
||||
"mongoose": ">= 2.2.3",
|
||||
"mysql": ">= 0.9.4"
|
||||
"mysql": ">= 0.9.4",
|
||||
"sequelize": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodeunit": ">= 0",
|
||||
|
|
Loading…
Reference in New Issue