Does Strapi delete tables when I install it with a database that already contains other data?

To be fair, this is already mentioned in the docs, on the top of the “database configuration” page:

Strapi applications are not meant to be connected to a pre-existing database […] Attempting to connect to an unsupported database may, and most likely will, result in lost data.

It looks like a clear warning in the right spot?