Add links to JavaScript packages

This commit is contained in:
Pekka Enberg
2025-08-19 19:31:32 +03:00
committed by GitHub
parent a82930d641
commit da80e6f760

View File

@@ -2,8 +2,8 @@
This document describes the JavaScript API for Turso. The API is implemented in two different packages:
- **`bindings/javascript`**: Native bindings for the Turso database.
- **`packages/turso-serverless`**: Serverless driver for Turso Cloud databases.
- [@tursodatabase/database](https://www.npmjs.com/package/@tursodatabase/database) (`bindings/javascript`) - Native bindings for the Turso database.
- [@tursodatabase/serverless](https://www.npmjs.com/package/@tursodatabase/serverless) (`packages/turso-serverless`) - Serverless driver for Turso Cloud databases.
The API is compatible with the libSQL promise API, which is an asynchronous variant of the `better-sqlite3` API.