Michael Haar

Results 1 comments of Michael Haar
trafficstars

The expected `args` type for the `.execute()` function seems to be defined here: https://github.com/tursodatabase/libsql-client-ts/blob/10cd1501233d4062cfc98b602fb170629b9c1e67/packages/libsql-core/src/api.ts#L65-L89 https://github.com/tursodatabase/libsql-client-ts/blob/10cd1501233d4062cfc98b602fb170629b9c1e67/packages/libsql-core/src/api.ts#L469-L474 --- From what I'm understanding, the `args` interface is coming from the [libsql](https://github.com/tursodatabase/libsql/) package, because...