mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 12:34:22 +01: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.
30 lines
594 B
JSON
30 lines
594 B
JSON
{
|
|
"name": "remote",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "remote",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@tursodatabase/serverless": "../.."
|
|
}
|
|
},
|
|
"../..": {
|
|
"name": "@tursodatabase/serverless",
|
|
"version": "1.0.0",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.13",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
},
|
|
"node_modules/@tursodatabase/serverless": {
|
|
"resolved": "../..",
|
|
"link": true
|
|
}
|
|
}
|
|
}
|