@adonis-cockpit/lucid-infer
v0.0.1-alpha.5
Published
Package to infer Lucid model attributes by parsing AST tree
Maintainers
Readme
@adonis-cockpit/lucid-infer
Infer Lucid model attributes by parsing AST tree
Description
Typescript reflection system is limited and as soon as we used null, undefined, arrays or more complex types, we lose the information.
This library works by parsing the class AST tree to retrieve all the required information about the model columns.
