dbtools 1.3.0
dbtools: ^1.3.0 copied to clipboard
A simple CLI application for managing the database during developing.
1.3.0 #
- Added support for passing passwords via pipe.
- Added
recreatecommand to reset the database to a fresh state (with optional auto-migration).
1.2.1 #
- Renamed binary to default name.
1.2.0 #
- Added password support in environment config.
- Default database now falls back to username when
dbNameis not specified.
1.1.0 #
- Added
cleancommand. - Added simple example.
1.0.0 #
- Initial release.