cli: add a new 'db' cli group with an 'init' subcommand
that allows to initialize the database for a given swh package with db
connection credentials/dsn read from a standard swh config file.
Also add a couple of tests (only tests click group and command exist).
Closes T1896.