Accessing underlying methods on the client

Hi. I'm using libsql and I want to batch statements to be sent to the database. The underlying clients have these methods implemented, so I was wondering if it were possible to access these underlying methods from the
Kysely
class itself, or if it is necessary for me to write my own extension of the class to achieve this
Was this page helpful?