dorm_example 2.0.0-dev.5 copy "dorm_example: ^2.0.0-dev.5" to clipboard
dorm_example: ^2.0.0-dev.5 copied to clipboard

A command-line generator for complete Dart and Flutter dORM showcase projects backed by selectable database engine profiles.

example/README.md

dorm_example example #

dorm_example is a command-line generator for complete dORM showcase projects. Install the executable and generate a project for one engine:

dart pub global activate dorm_example
dorm_example --engine memory --output memory

The generated directory contains annotated models, backend setup, and the commands needed to run code generation and the showcase application. Omit --output to use the selected engine name as the directory name.

See the package README and the dORM showcase guide for the supported profiles and backend-specific setup instructions.

0
likes
160
points
199
downloads

Documentation

API reference

Publisher

verified publisherenzosantos.dev

Weekly Downloads

A command-line generator for complete Dart and Flutter dORM showcase projects backed by selectable database engine profiles.

Homepage
Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

Dependencies

args, mustache_template, path

More

Packages that depend on dorm_example