Programmatically create collections with velo out of third party app?

Hello guys!

I am developing a third party application for wix (GitHub - wix-incubator/sample-wix-rest-app)! Now I want to map my custom database schema to wix collections. Is this doable by velo code? Because it has to be programmatically. Or do I have to create and use my own separate database.

I also checked references (https://www.wix.com/velo/reference/wix-data), but this didn’t helped me.

Thanx for all your feedbacks in advance.

Cheers Klausi

NO, it is impossible

Ok, thank u very much! Then I will create my own database to do so!