I have MariaDB/HeidiSQL instance and in it I have a table which contains the values (1, print('Hello World!'). The first number is just an Id.
So my question is can I access this Python script with my pycharm and run it?
Is it possible to store python scripts into a DB and the run them in pycharm, with some sort of query?