I have rather a large datamodel that I want to realize in Nocbase, I have a sql script to create the datastructure in postgres, but I am not sure how to do it in order for Nocobase to accept the new collections that I create using the sql script. Is it posible to do?
It’s not supported at the moment.
However, the feature for reading tables from the main data source is currently under development and testing. Once released, it should be able to meet your needs.
I tried to use the Postgresql plugin and got that to work to some extent, but I came to the conclusin that it was best to do it manualy. Thanks anyway!