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

Implement IntMode #51

Closed honzasp closed 1 year ago

honzasp commented 1 year ago

IntMode allows the user to select how we convert SQLite integers to JavaScript values: we can return integers as numbers, bigints or as strings.

honzasp commented 1 year ago

Fixes #32