How to use the "Store" modeul of Connecter in the transfer module of Samples to store something in database? #289
Unanswered
1156458588
asked this question in
Q&A
Replies: 1 comment 2 replies
-
you will have to prepare the database, i.e. run scripts to create the table structures ( We are currently evaluating the implementation of ready-to-use migration modules, which would simplify this process further. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in Java, here,I would like to ask how to implement the following requirements:
![image](https://private-user-images.githubusercontent.com/69672932/348622583-4d772ed5-14e4-4471-bebe-cab9991f9e1a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDMwMTYsIm5iZiI6MTczOTAwMjcxNiwicGF0aCI6Ii82OTY3MjkzMi8zNDg2MjI1ODMtNGQ3NzJlZDUtMTRlNC00NDcxLWJlYmUtY2FiOTk5MWY5ZTFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA4MTgzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc4NWJiYmExMzU1YjI5NmU2YzM3NGY3MWY4YTY3OTYyZWQ4MmNhZjNmNThmNmEyMDQxMmVkYjZlZTA4OTk2NzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.onsyuAlcLBiwdSgbcltp5_W_M2zMt_BYEXiQoFFq7tk)
![image](https://private-user-images.githubusercontent.com/69672932/348623056-4b75ba7c-b0e1-4caf-a995-d1a176549653.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDMwMTYsIm5iZiI6MTczOTAwMjcxNiwicGF0aCI6Ii82OTY3MjkzMi8zNDg2MjMwNTYtNGI3NWJhN2MtYjBlMS00Y2FmLWE5OTUtZDFhMTc2NTQ5NjUzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA4MTgzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVmYzc1YTI1OGEyNTQ4MzVkMDg0YWQ5YTgxMzQ4ZWZiMzVmNDMyNTkxYmU0NmI4OWZlN2I0YzM2MmEyMzYwYWYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.sT3vbBrHEyrHZZ7yzLL-K8n4tRd_jJvLMDaAYjp4p0s)
As is shown in the picture of the Connector:
the Store module could store something like asset in database, so I would like to use it in the transfer module of Samples :
so that I could store something like asset in my database, I would like to ask you how could I realize it ?
Beta Was this translation helpful? Give feedback.
All reactions