Implement murano-dbshell command, similar to django's dbshell

Registered by Kirill Zaitsev

In some cases during use and/or developments of murano one can require access to murano database. Since we already have every piece of connection information in config (e.g. type of database, host, user, passwod, dbname) — we can implement a murano-dbshell command that would launch appropriate utility for the end user.

We can use django's implementation as reference.

See https://github.com/django/django/blob/master/django/core/management/commands/dbshell.py
and https://github.com/django/django/blob/master/django/db/backends/mysql/client.py
as reference.

Blueprint information

Status:
Not started
Approver:
Serg Melikyan
Priority:
Low
Drafter:
Kirill Zaitsev
Direction:
Approved
Assignee:
None
Definition:
Drafting
Series goal:
Accepted for future
Implementation:
Not started
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.