This repository was archived by the owner on Dec 27, 2024. It is now read-only.
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
getOne are not mapping model names to db field names #175
For example if a model has a property
userIdthat's decorated@Db('uid'), you have tomodel.getOne(uid: 123)rather thanmodel.getOne(userId: 123).