-
Awesome job getting to v5!
Possibly add a small example "best practice" of how to completely separate the model files in the documentation
http://docs.sequelizejs.com/manual/models-definition.h…
-
Could you integrate mysql/sequelizejs into express-mvc? I am confused at database config and sequelizejs integration
-
I believe this holds true for v4 and v5.
The transaction options object can take the key `transaction` which will be set to this.parent
https://github.com/sequelize/sequelize/blob/v4/lib/transaction…
-
Я предлагаю переписать модели и переработать БД с использованием [sequelizejs](http://docs.sequelizejs.com)
-
http://docs.sequelizejs.com/manual/tutorial/upgrade-to-v4.html
-
I don't understand the mention of sequalize migrations being deprecated. The latest doc:
http://docs.sequelizejs.com/en/latest/docs/migrations/
-
I'm using the count() method on a few of my models but it seems to be missing from the sequelize-mock API
See: http://docs.sequelizejs.com/class/lib/model.js~Model.html#static-method-count
-
In previous versions of admin sequelizejs, filtering could be done using upper or lower case letters. This functionality no longer works in later versions of admin sequelizejs.
Instead of being …
-
## What was unclear/insufficient/not covered in the documentation
Just tried BelongsToMany association rolespermissions countPermissions(options) method of roles model with where in options and it …
-
## 목적
- javascript orm 은(사실 sequelizejs) 몽고쿼리랑 별반 다를께 없었다. JAVA 때 의 hibernate 의 감성(?)이 있는 TypeORM 을 배워보고자함
- express 보다 koa 가 좋다던데 정말 좋은지 느껴보고 싶음
## 상세내용
- [ ] typeorm을 사용 하여 사용자 crud 를 해봄
- [ …