dox 1.0.54 copy "dox: ^1.0.54" to clipboard
dox: ^1.0.54 copied to clipboard

This is a cli tool to generate migration, model and to handle database migration with dox framework. It support up and down methods to control migration version.

Dox CLI #

Full documentation here #

Activate

$ dart pub global activate dox

Please make sure you have included bin path to your profile. If you did not added path to your profile yet, open ~/.bashrc or ~/.zshrc and paste below line.

export PATH="$PATH":"~/.pub-cache/bin"

Update dox

$ dox update

Create Project

$ dox create new_blog

Serve Project

$ dox serve
3
likes
0
pub points
21%
popularity

Publisher

verified publisherdartondox.dev

This is a cli tool to generate migration, model and to handle database migration with dox framework. It support up and down methods to control migration version.

Homepage

License

unknown (license)

Dependencies

dox_query_builder, path, postgres, watcher

More

Packages that depend on dox