ormed_cli 0.1.0-dev+7
ormed_cli: ^0.1.0-dev+7 copied to clipboard
Command-line tooling for the routed ORM (migrations generator & runner).
// ormed_cli is primarily a command-line tool.
// This example shows how you might interact with the configuration loading logic
// if you were using it as a library.
void main() async {
print('Ormed CLI version: 0.1.0-dev+4');
print('Use "dart run ormed_cli" to see available commands.');
}