basalt_cli 0.0.1
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 resetandgenerate-schema(typed schema from a live database via introspection).setupand--config <path>forbasalt.yaml.- Backend-agnostic: no dependency on any backend package.
bin/basalt.dartbootstraps a generated entrypoint (.dart_tool/basalt/) that imports thebackend:package frombasalt.yamlthrough theBasaltAdapterseam.