Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
libsql-stateless
Advanced tools
Thin libSQL stateless HTTP driver for TypeScript and JavaScript for the edge 🚀
Hrana v3 HTTP
protocol from scratch, and has no classes (tend to duplicate memory and/or perform long memory traversals).@libsql/client/web
, every function performs complete execution in exactly 1 roundtrip.@libsql/client/web
transactions
are supported.libsql-stateless
is raw and explicit for reducing (computational and memory) overheads.* The actual js that is included with your project. (Excluding the type definitions and 2 copies of the main js for esm and cjs. (because you're gonna use one of them))
For easier DX, consider using libsql-stateless-easy
instead: it, however, comes with the cost of non-zero-dependency and (computational and memory) overheads potentially unneeded by you. But is still very very very slim compared to @libsql/client
.
@libsql/client/web
?@libsql/client/web
does a lot of, I'd argue unnecessary, computation under the hood.$ npm i libsql-stateless #pnpm, yarn, etc.
# or
$ bun add libsql-stateless
WIKI
for Specifications and ExamplesNOTE: <unix_epoch_miliseconds>-HRANA_3_SPEC.md is the current API level.
Downloaded from: https://github.com/tursodatabase/libsql/blob/main/docs/HRANA_3_SPEC.md at <unix_epoch_miliseconds>.
Servers using older API levels may not be compatible. In that case downgrade to an earlier of this package.
FAQs
thin libSQL stateless http driver for TypeScript and JavaScript
The npm package libsql-stateless receives a total of 286 weekly downloads. As such, libsql-stateless popularity was classified as not popular.
We found that libsql-stateless demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.