Mysql sort, where and limit
This commit is contained in:
parent
14c34a8058
commit
e4e280d0e5
|
@ -8,7 +8,7 @@
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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": [
|
"engines": [
|
||||||
"node >= 0.4.0"
|
"node >= 0.4.0"
|
||||||
|
@ -16,7 +16,8 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"redis": ">= 0.6.7",
|
"redis": ">= 0.6.7",
|
||||||
"mongoose": ">= 2.2.3",
|
"mongoose": ">= 2.2.3",
|
||||||
"mysql": ">= 0.9.4"
|
"mysql": ">= 0.9.4",
|
||||||
|
"sequelize": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nodeunit": ">= 0",
|
"nodeunit": ">= 0",
|
||||||
|
|
Loading…
Reference in New Issue