From e8414bb5220a27f3125f5b3af47cba58f34b62ce Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 6 Nov 2025 16:44:53 +0200 Subject: [PATCH] Update README to include libSQL and Turso links Clarify repository purpose and link to related project. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf872e8852..c57b503e34 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ --- +> [!NOTE] +> 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). + ## Documentation We aim to evolve it to suit many more use cases than SQLite was originally designed for, and plan to use third-party OSS code wherever it makes sense.