Jeongho Nam
Jeongho Nam
Nestia is just a helper library for SDK and Swagger generation. ORM is not a matter. I've not used MikoORM at all, but there had not been any problem when...
If your project becomes stable, it would better to add a example chapter on guide documents, and add this one to there.
> nestia won't work well with [mikroORM](https://mikro-orm.io/). For example: > > // ~/modules/account/entities/account.entity > > import { Collection, Entity, OneToMany } from '@mikro-orm/core' > import { Transaction } from '~/modules/transaction/entities/transaction.entity'...
Unfortunately, template literal string type cannot utilize type tags. It's because TypeScript compiler API cannot recognize the intersection tag type in the template literal type.
@miyaji255 Good point, will you challenge this issue?
If it becomes possible, it is okay to challenge. I'm not affordable to develop this feature.
No way to configure custom function name in current `@nestia/migrate`. If you have any idea, would you suggest me?
I have no idea about this way. Would you challenge about this issue?
Close due to no challenge.
https://github.com/samchon/nestia/blob/master/packages/e2e/src/internal/json_equal_to.ts Not okay with this function? Transformed comparator is really required?