Commit Graph

4 Commits

Author SHA1 Message Date
Pekka Enberg
ced6fba624 serverless: Add DatabasError type
Add an explicit error type so application can actually do error handling...
2025-07-24 16:10:18 +03:00
Pekka Enberg
2e0161a1d5 serverless: 0.1.1 2025-07-24 14:29:12 +03:00
Pekka Enberg
099dba4ba9 serverless: Add Statement.run() method 2025-07-24 13:50:09 +03:00
Pekka Enberg
7765bafb13 Add @tursodatabase/serverless package
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.
2025-07-21 22:03:43 +03:00