🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

libsql

Package Overview
Dependencies
Maintainers
1
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libsql - npm Package Compare versions

Comparing version
0.5.28
to
0.5.29
+10
-10
package.json
{
"name": "libsql",
"version": "0.5.28",
"version": "0.5.29",
"description": "A better-sqlite3 compatible API for libSQL that supports Bun, Deno, and Node",

@@ -80,12 +80,12 @@ "os": [

"optionalDependencies": {
"@libsql/darwin-arm64": "0.5.28",
"@libsql/linux-arm64-gnu": "0.5.28",
"@libsql/linux-arm64-musl": "0.5.28",
"@libsql/darwin-x64": "0.5.28",
"@libsql/win32-x64-msvc": "0.5.28",
"@libsql/linux-x64-gnu": "0.5.28",
"@libsql/linux-x64-musl": "0.5.28",
"@libsql/linux-arm-gnueabihf": "0.5.28",
"@libsql/linux-arm-musleabihf": "0.5.28"
"@libsql/darwin-arm64": "0.5.29",
"@libsql/linux-arm64-gnu": "0.5.29",
"@libsql/linux-arm64-musl": "0.5.29",
"@libsql/darwin-x64": "0.5.29",
"@libsql/win32-x64-msvc": "0.5.29",
"@libsql/linux-x64-gnu": "0.5.29",
"@libsql/linux-x64-musl": "0.5.29",
"@libsql/linux-arm-gnueabihf": "0.5.29",
"@libsql/linux-arm-musleabihf": "0.5.29"
}
}

@@ -6,7 +6,14 @@ # libSQL API for JavaScript/TypeScript

> [!IMPORTANT]
> **Turso database and libSQL are two different projects from the same team.**
>
> **libSQL** (this repository) is an open-source fork of SQLite. It extends SQLite with features like embedded replicas and remote access, but inherits SQLite's fundamental limitations such as the single-writer model.
>
> **[Turso database](https://github.com/tursodatabase/turso)** is a SQLite-compatible database rewritten from scratch in Rust. It is **not** a fork of SQLite — it is a completely new implementation that goes beyond what any SQLite fork can offer, including concurrent writes and bi-directional sync with offline support. Turso is currently in beta.
>
> **If you're starting a new project, you probably want to look into [Turso](https://github.com/tursodatabase/turso).** libSQL is actively maintained, but new features are being developed in Turso.
[libSQL](https://github.com/libsql/libsql) is an open source, open contribution fork of SQLite.
This source repository contains libSQL API bindings for Node, which aims to be compatible with [better-sqlite3](https://github.com/WiseLibs/better-sqlite3/), but with opt-in promise API.
*Please note that there is also the [libSQL SDK](https://github.com/libsql/libsql-client-ts), which is useful if you don't need `better-sqlite3` compatibility or use libSQL in environments like serverless functions that require `fetch()`-based database access protocol.*
## Features

@@ -13,0 +20,0 @@