Insert batch of data to DB using Ballerina
In the previous post [1] we discussed how to perform various operations using the Ballerina JDBC client. In this post I am going to share a detailed sample code where we can use batchUpdate operation to insert a batch of data to the database. The…