ormed_cli 0.1.0-dev+5 copy "ormed_cli: ^0.1.0-dev+5" to clipboard
ormed_cli: ^0.1.0-dev+5 copied to clipboard

Command-line tooling for the routed ORM (migrations generator & runner).

Changelog #

0.1.0-dev+5 #

  • Updated: Align dependencies on ormed 0.1.0-dev+5.

0.1.0-dev+4 #

  • Improved: ormed init now scaffolds a datasource.dart file that automatically handles driver registration and provides a type-safe DataSource instance.
  • Improved: ormed init now automatically adds the appropriate driver dependency (e.g., ormed_sqlite) to pubspec.yaml based on the selected driver.
  • Improved: Updated configuration loading to use the new core loadOrmProjectConfig and findOrmConfigFile utilities.
  • Changed: Default SQLite database path is now database/{project_name}.sqlite for better project organization.
  • Added: Package example and improved help text for all commands.

0.1.0-dev+3 #

  • Synchronized release.

0.1.0-dev+2 #

  • BREAKING: Renamed CLI executable from orm to ormed.
  • BREAKING: Renamed default configuration file from orm.yaml to ormed.yaml (with backward compatibility for orm.yaml).
  • Updated ormed init to scaffold ormed.yaml and offer to rename legacy orm.yaml.
  • Improved documentation and installation instructions.

0.1.0-dev+1 #

  • Added automatic dependency management to orm init (prompts to add ormed, ormed_cli, and build_runner).
  • Improved orm init output with better spacing and summary tables.
  • Added support for SQL-based migrations (up.sql/down.sql) alongside Dart migrations.
  • Switched CLI table output to horizontalTable for better readability.

0.1.0-dev #

  • Initial release.
0
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Command-line tooling for the routed ORM (migrations generator & runner).

Repository (GitHub)
View/report issues

Topics

#database #orm #cli #migrations

Documentation

Documentation

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

args, artisanal, file, meta, ormed, ormed_mysql, ormed_postgres, ormed_sqlite, path, yaml

More

Packages that depend on ormed_cli