Meng Xuan Xia
Meng Xuan Xia
There's no plan to support MSSQL at the moment. However, pull-requests are welcome!
Yes, preferring a major version bump to have Enum in PascalCase. We need a minimal impact solution to handle name collision for the current major version.
Nice, that should provide a smooth transition.
@crispmark
It's a nice initiative. I've thought about creating something like this before, but I ended up realizing I only cared about the types I use :joy:
I'm more learning towards option 1, a more or less language central approach. I think using metadata reflection of TypeScript, you can still generate those JSONs from TypeScript classes.
Nice! With _yargs_ package, it's very easy to add support for a `schemats.json` file. And table negation can use a `--exclude` param.
Thanks @vitaly-t for the pointer! Looks like we haven't used pg-promise at its full potential. I'll update the article when I get a chance.
@vitaly-t Thanks! nice `.catch`! I updated the article per your suggestion :)
It's been fixed 😅 Thanks for the review!