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
Uh oh!
There was an error while loading. Please reload this page.
-
I am a beginner in Java, here,I would like to ask how to implement the following requirements:


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