We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have try to perform a batch insert using DatabaseClient. I have not found a solution.
DatabaseClient
I have a wrokaround using a Statement but to get a statement I should create my own Connection.
Statement
Connection
Have you planned to support a batch insert using add like with Statement SPI
add