Support numeric type
abenhamdine opened this issue · 2 comments
abenhamdine commented
I just started to use this module, but unfortunately, only a few types seem to be mapped :
TypeError: do not know how to convert type [numeric]
Would it be possible to add numeric type mapping ?
Thx by advance.
xiamx commented
This can be supported by adding a line case 'numeric':
on the type mapping function https://github.com/SweetIQ/schemats/blob/master/src/schema.ts#L54
Other types can also be supported by adding respective mappings.
Pull requests are welcomed 👍
abenhamdine commented
Yes, thx ! I eventually found the relevant code too.
Ok, I will send a PR in order to add some frequent datatypes in the upcoming days, I'm glad to help on this.