jugglingdb Questions
3
Solved
I have User model over relational DB.
Each User can hasMany "users" where "chiefId" is FK.
"relations": {
"users": {
"type": "hasMany",
"model": "User",
"foreignKey": "chiefId"
},
}
I can ...
Corselet asked 18/11, 2014 at 15:1
1
Solved
Trying to test compoundjs with mysql but it fails.
My system is Debian 7 with following versions of nodejs & npm
$ node -v
v0.10.13
$ npm -v
1.3.4
Here is how I installed compoundjs
sud...
Karlis asked 12/7, 2013 at 22:34
1
© 2022 - 2024 — McMap. All rights reserved.