You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(patch): defaulting to snake case naming of the resource object p…
…rovided if no table name option has been provided (#131)
* defaulting to snake case naming of the resource object provided if no table name option has been provided
* parallel tests
* reording linter flow
chore(simplification): Simplifying the patches (#111)
* simplifying the patch gen
* correcting the validation for what is a valid type and not
* code simplification 2
* patch gen simple
* loader simple
fix(gen): adding missing base types to the patch gen method (#90)
* adding missing base types to the patch gen method
* Adding test to cover new changes