tursodatabase / libsql-client-ts

TypeScript/JavaScript client API for libSQL
https://docs.turso.tech/sdk/ts/quickstart
MIT License
226 stars 32 forks source link

wasm: Fix bind() for arrays #170

Closed penberg closed 8 months ago

penberg commented 8 months ago

The bind parameter indexing in SQLite starts at one, not zero...