Meng Xuan Xia
Meng Xuan Xia
OP could you share the DDL of one of your table (for example test_article)? Also try running without ` -s mydb`
Would it be better to change the name of "verbose" parameter into something more descriptive for example "extendedTableMeta" ?
Looks like the RuleProvider error is being fixed by https://github.com/SweetIQ/schemats/pull/82
Both of the original maintainers @crispmark and I left sweetiq and to the best of my knowledge there's no one maintaining this project at the moment.
It would be great to have! 👍
You can grab this one 👍
> I was thinking : it would be a good thing to add in the comments the true datatype of the database column, as the ts types are far more...
For the foreseeable future, support to PostgreSQL exclusively will be fine. - MySQL is less feature rich, and its lack of feature is often complemented by application tier ORMs. -...
You have a point @masaeedu . With https://github.com/SweetIQ/schemats/pull/52, we adopted a structure that allows us to support other types of databases (they just need to implement a common interface). Pull...
To get that, we would need to make https://github.com/SweetIQ/schemats/blob/master/src/schema.ts#L79 extendable. I'll think about some possible ways to do it. Please let me know if you have any plans :)