init¶
Initialize DBWarden project scaffolding.
Usage¶
What it does¶
- creates
migrations/andmigrations/<database>/if missing - creates/updates config scaffold (
dbwarden.py) if needed - does not mutate your database schema
Notes¶
- safe to run multiple times
- first command to run in a new project
See also: Configuration