#libsql
SELECT 'Hello, world!' AS greeting;
#sqlite #libsql #turso
November 22, 2024 at 4:53 PM
turso.tech/blog/introdu...

the big thing that interests me here is the async io 👀
Introducing Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?
turso.tech
December 10, 2024 at 6:26 PM
libSQL: A fork to SQLite, allowing it massive multi-tenancy 🤔

github.com/tursodatabas...
November 14, 2024 at 10:19 AM
I've been nerd sniped by libsql, I'm sure Turso DB is next on the list. But it's all interesting stuff.
May 19, 2026 at 3:25 PM
This is a huge undertaking, but I'm all for competition! Let them cook! turso.tech/blog/introdu...
Introducing Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?
turso.tech
December 10, 2024 at 7:24 PM
LibSQL : un fork Open Source de SQLite ouvert aux contributions de la communauté.

👉 Le projet : github.com/tursodata...
November 15, 2024 at 12:42 PM
did something happen to sqlite - three different people are asking me about libsql
November 14, 2024 at 6:20 PM
Maybe some @tur.so libsql support?
July 1, 2025 at 10:52 AM
Local first, libsql, Multigres, Svelte, Rust on embedded hardware, homelab, and Talos Linux.
July 9, 2025 at 2:07 AM
We love the simplicity of one-file databases, don't we? :)

👋🏻 @tur.so @duckdb.org
December 20, 2024 at 2:16 PM
You might also be interested in libsql err turso*, rust rewrite, incl wasm support.
September 24, 2026 at 7:21 AM
Today we have decided to make @penberg.org 's experimental project, an official Turso project, following its great success.

What if instead of just forking SQLite, we were to completely rewrite it - in Rust?

That's our moonshot - codename Limbo

turso.tech/blog/introdu...
Introducing Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?
turso.tech
December 10, 2024 at 3:41 PM
🔥 Hot Repo! 🔥 (100+ new stars)

📦 tursodatabase / libsql
⭐ 12,275 (+154)
🗒 C

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
GitHub - tursodatabase/libsql: libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
libSQL is a fork of SQLite that is both Open Source, and Open Contributions. - tursodatabase/libsql
github.com
December 12, 2024 at 8:01 PM
🎉 Celebrating! 🎉 (500+ new stars)

📦 tursodatabase / libsql
⭐ 10,835 (+603)
🗒 C

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
GitHub - tursodatabase/libsql: libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
libSQL is a fork of SQLite that is both Open Source, and Open Contributions. - tursodatabase/libsql
github.com
November 15, 2024 at 8:01 PM
And finally, a heads up: v10 removes the CR-SQLite, sqlite3 & ElectricSQL Persisters, and LibSqlPersister now needs libsql/client v0.18+. Details and migration paths in the release notes.

npm install tinybase@latest
or
npm create tinybase@latest

Enjoy!
September 25, 2026 at 6:48 AM
rust devs not beating the allegations ch 895724

turso.tech/blog/introdu...
Introducing Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?
turso.tech
December 10, 2024 at 7:33 PM
IndexNow, libSQL, and three other tools I reached for this week

Five open protocols and dev tools that earned their place in a $25/month programmatic SEO stack. Annotated usage notes, no hype.

https://dev.to/morinaga/indexnow-libsql-and-three-other-tools-i-reached-for-this-week-5c4m
May 9, 2026 at 10:08 PM
This is a very interesting project that pairs perfectly with #elixirlang LiveView, where data locality is so important. Put servers around the world (easy), have data close to the user (hard).

github.com/ocean/ecto_l...
GitHub - ocean/ecto_libsql: Elixir Ecto database adapter for libSQL/Turso
Elixir Ecto database adapter for libSQL/Turso. Contribute to ocean/ecto_libsql development by creating an account on GitHub.
github.com
January 19, 2026 at 8:35 AM
Absolut. 😁 Und genau das mag ich daran: Man kann mit einer simplen SQLite-Datei anfangen - und wenn die Anforderungen tatsächlich wachsen, gibt es genug Möglichkeiten.

Litestream ergänzt SQLite um kontinuierliche Replikation und Backups, und libSQL/libSQL Server geht noch weiter…
September 16, 2026 at 5:18 PM
Holy 💩

libSQL adding to SQLite an option for encryption at rest! I love this feature!
November 14, 2024 at 1:23 PM
SQLite-first with workspaces and migrations—that's the right foundation. The precision required to handle entity deletion and remote libSQL is rare. Building Habit Pixel () with the same focus on data integrity.
April 9, 2026 at 12:52 AM
Nuxt Content v3.0.0-alpha.7 is out 🚀

- New LibSQL adapter
- Automatic slot unwrapping

Check out the release note:
github.com/nuxt/content...
Release v3.0.0-alpha.7 · nuxt/content
✨ Highlights New LibSQL database adapter source.path accepts glob pattern but the name was misleading, now it has been renamed to source.include Automatic slot unwrap comes to Nuxt Content. If a ...
github.com
November 20, 2024 at 5:09 PM
✨ Limbo: Turso rewriting SQLite in Rust

- designed to be fully asynchronous

- ground up to have a WASM build

Blog Post:
turso.tech/blog/introdu...

Repository:
github.com/tursodatabas...

#rustlang
Introducing Limbo: A complete rewrite of SQLite in Rust
we forked SQLite with the libSQL project. What would it be like if we just rewrote it?
turso.tech
December 11, 2024 at 2:28 AM
gest v0.5.0 🚀

• SQLite-first storage
• Workspaces — share a project across worktrees
• `gest migrate --from v0.4` for the upgrade
• Artifact notes, entity deletion, remote libsql

https://gest.aaronmallen.dev/changelog#v0-5-0

#rustlang #ai #buildinpublic #gest
Changelog | gest
Track AI-agent-generated tasks and artifacts alongside your project
gest.aaronmallen.dev
April 8, 2026 at 10:32 PM