nestjs / typeorm

TypeORM module for Nest framework (node.js) 🍇

Home Page:https://nestjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] There is no mysql option `typeCast` ??

JaeWangL opened this issue · comments

I'm submitting a...


[ ] Regression 
[ ] Bug report
[ ] Feature request
[ ] Documentation issue or request
[O] Support request => Please do not submit support request here, instead post your question on Stack Overflow.

Current behavior

I want to use mysql option typeCast in
document from https://www.npmjs.com/package/mysql#number
But There is no option for this package

Expected behavior

Using typeCast in this package

This is just a wrapper of TypeORM for Nest's DI context. For any changes to TypeORM's functionality, please make an issue in TypeORM's Repository