Create and start a global runtime,
Runtime manages database with results and starts computations.
If there were an old runtime, then it is stopped
For SQLite:
>>> start_runtime("sqlite:///path/to/dbfile.db")
For Postgress:
>>> start_runtime("postgresql://<USERNAME>:<PASSWORD>@<HOSTNAME>/<DATABASE>")