MCPcopy
hub / github.com/tortoise/tortoise-orm / global_table_name_generator.py

File global_table_name_generator.py

examples/global_table_name_generator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This example demonstrates how to use the global table name generator to automatically
3generate snake_case table names for all models, and how explicit table names take precedence.
4"""

Callers

nothing calls this directly

Calls 2

run_asyncFunction · 0.90
runFunction · 0.70

Tested by

no test coverage detected