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 this2 Replies
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View
ooh okay
koksimas has a point though, the typings need to be correct. kysely is a type-first client and there can't be a half-baked feature, even though it is something a lot of people would want