ezorm-gen-databend is a plugin for ezorm to integrate with databend.
- Generate databend table schema from ezorm yaml.
See ezorm plugin doc
ezorm gen -i ./tests/ -o ./tests/ --goPackage databend --plugin databend --plugin-only
and then the result SQL will locate in ./tests/test_blogs_create_table.sql
and ./tests/test_users_create_table.sql
.