Yes this can be done with the new $.hdb interface. There is no need for a dedicated batch function. If you look at the executeUpdate function in the API you will see that it accepts an Array for the arguments. There is even an example of this approach to do a batch insert in the documentation:
↧