basalt_cli 0.0.1 copy "basalt_cli: ^0.0.1" to clipboard
basalt_cli: ^0.0.1 copied to clipboard

The `basalt` command-line tool for the Basalt Dart ORM — migrations, database reset, and schema generation over any pluggable backend.

Changelog #

0.0.1 #

Initial development release of the basalt command-line tool.

  • Migrations: migration generate <name> / run / revert / redo / list, tracked in __basalt_schema_migrations.
  • database reset and generate-schema (typed schema from a live database via introspection).
  • setup and --config <path> for basalt.yaml.
  • Backend-agnostic: no dependency on any backend package. bin/basalt.dart bootstraps a generated entrypoint (.dart_tool/basalt/) that imports the backend: package from basalt.yaml through the BasaltAdapter seam.
0
likes
0
points
35
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

The `basalt` command-line tool for the Basalt Dart ORM — migrations, database reset, and schema generation over any pluggable backend.

Repository (GitHub)
View/report issues

Topics

#orm #cli #migrations #code-generation

License

unknown (license)

Dependencies

args, basalt, path, yaml

More

Packages that depend on basalt_cli