libsql-client-ts icon indicating copy to clipboard operation
libsql-client-ts copied to clipboard

TypeScript/JavaScript client API for libSQL

Results 116 libsql-client-ts issues
Sort by recently updated
recently updated
newest added

``` npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: @prisma/[email protected] npm ERR! Found: @libsql/[email protected] npm ERR! node_modules/@libsql/client npm ERR! @libsql/client@"^0.7.0" from the...

after add this const OPTIONS: any = await db.select({id: jobs.id , name: jobs.name}).from(jobs).all() i see error : why??? uri.js:15 Uncaught (in promise) LibsqlError: URL_INVALID: The URL 'undefined' is not in...

Hi team, I use electron-builder to build [Beekeeper Studio](/beekeeper-studio/beekeeper-studio). I just announced LibSQL compatibility but had to take it back because it broke my x64 Mac builds. In electron, it's...

As mentioned in this [discord thread](https://discord.com/channels/933071162680958986/1257120496194027550), using `length` as an alias name doesn't return any results: ``` // query: select count(*) as 'length' from my_table ResultSetImpl { columns: [ "length"...

#105 regressed in memory databases when transactions are used. Once a transaction is created, the entire in memory database will be effectively discarded for subsequent db operations that the client...

Discovered a strange behavior inside a **Next.js** application together with Turso dev server (using http url). Issue: New entries where not returned from a query. After a lot of digging,...

``` Cannot read properties of null (reading 'split') TypeError: Cannot read properties of null (reading 'split') at globalThis.fetch (index.js:8457:59) at async getIsSchemaDatabase (index.js:3926:18) at async HttpClient2.getIsSchemaDatabase (index.js:4248:32) TypeError ``` I've...

The latest [release](https://github.com/tursodatabase/libsql-client-ts/releases/tag/v0.6.1) did not include an update to the CHANGELOG. This might be easily fix with a tool like [semantic-release](https://github.com/semantic-release/semantic-release). On the other hand, this will need a contributing...

Hello there! According to the [docs](https://docs.turso.tech/sdk/ts/reference), it's compatible with node version 12 or later. But it seems to fail in node 16 as I ran into an error when importing...

We currently have disabled the libSQL remote protocol with streaming result sets ("hrana v3"). Let's enable it back so that you can query large tables.

enhancement
help wanted