Skip to content

Commit 3f0c00e

Browse files
committed
Update README.md
1 parent 0653c57 commit 3f0c00e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,14 @@
3333

3434
---
3535

36-
> [!NOTE]
37-
> This repository contains libSQL, a fork of SQLite developed by Turso. For the full SQLite rewriten in Rust (also by Turso), please visit [tursodatabase/turso](https://github.com/tursodatabase/turso).
36+
> [!IMPORTANT]
37+
> **Turso database and libSQL are two different projects from the same team.**
38+
>
39+
> **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.
40+
>
41+
> **[Turso](https://github.com/tursodatabase/turso) database** 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.
42+
>
43+
> **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.
3844
3945
## Documentation
4046

0 commit comments

Comments
 (0)