pip install sqlalchemy
.
pip install pymysql
command.mindsdb
127.0.0.1
47335
create_engine
is lazy. This implies any human error when
entering the connection details would be undetectable until an action becomes
necessary, such as when calling the execute
method to execute SQL commands.