Is there a way to do the equivalent of "screen" on platform.sh?

I need to import a lot of data in my database, it’s a very long process.
What can I use since screen or tmux seem to be absent?

If you need to operate on the shell, you can open a second SSH terminal to the project.

If you need to force a process to the background, that is not currently possible from an SSH login.