tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Generate typesafe traversal code for models #208

Open deepak-nulu opened 2 weeks ago

deepak-nulu commented 2 weeks ago

Generate code for traversing models. The visitor method parameters should be the type safe classes generated from the meta-model.

An example where this can be used in tree-ware itself: replacing the current code for traversing the DDL model in the tree-ware MySQL library.