A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

5 Open Issues Need Help Last updated: Jul 14, 2025

Open Issues Need Help

View All on GitHub
Explicit `Error` type about 2 months ago

AI Summary: Enhance the Turso serverless JavaScript driver by adding an explicit `Error` type to improve error handling. This involves defining a custom error class or using a suitable existing library to provide more informative error objects for easier debugging and handling of exceptions within applications using the driver.

Complexity: 3/5
enhancement help wanted

A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

TypeScript
Custom fetch support about 2 months ago
enhancement help wanted good first issue

A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

TypeScript
Transaction API about 2 months ago
enhancement help wanted

A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

TypeScript

AI Summary: Implement error handling in the Turso serverless JavaScript driver to automatically re-prepare database statements if the server returns a 'statement evicted' error. This involves catching the specific error, closing the existing statement, and re-preparing it using the original query and parameters.

Complexity: 3/5
enhancement help wanted

A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

TypeScript
Port libSQL client tests about 2 months ago

AI Summary: Port existing unit tests from the `libsql-client-ts` repository to the new Turso serverless JavaScript driver. This involves adapting the tests to use the new driver's API while maintaining the same test coverage.

Complexity: 4/5
enhancement help wanted good first issue

A serverless database driver for Turso Cloud. Connect to your database from serverless and edge functions.

TypeScript