Is it possible to generate a strapi installation from an existing database?

I already have a database of an app generated in NestJs and Primsa as an ORM. How could I generate the models in strapi? Is there some introspection mechanism to do that?
Thanks!