Hi,
I need to include Snowflake via JDBC as an additional data source.
Need to do crud operations.
Is there any doc or example how to do that?
I went through the ‘custom data store’ doc,
but that did not help me.
Regards
Roland
Hi,
I need to include Snowflake via JDBC as an additional data source.
Need to do crud operations.
Is there any doc or example how to do that?
I went through the ‘custom data store’ doc,
but that did not help me.
Regards
Roland
Hello, Roland!
There is an example of implementing custom DataStore, see: jmix-samples/external-data-sample at main · jmix-framework/jmix-samples · GitHub
thx… will go through it
mmhhh… not exactly what I am looking for… I need it much more dynamic… we will have hundreds or more tables/views in Snowflake… to define the jmix entity manually without the wizard like ‘generate model’ would be fine… but on the underlying jpa level, I need it completely dynamic… your colleagues developed the ‘Impala Addon’ for Cuba… I do not need a component but at least a ready to ‘copy and paste’ set of coding to add Snowflake datastore to a new project…