mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
This package is for serverless access to the Turso Cloud using SQL over HTTP protocol. The purpose of this package is to provide the same interface as `@tursodatabase/turso`, but for serverless environments that cannot host the database engine. The package also provides a `@libsql/client` compatibility layer in the `@tursodatabase/serverless/compat` module for drop-in replacement for existing clients.
10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"name": "batch",
|
|
"version": "1.0.0",
|
|
"main": "index.mjs",
|
|
"author": "Giovanni Benussi",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tursodatabase/serverless": "../.."
|
|
}
|
|
}
|