Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Remove dead services libsql #5616

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Feb 8, 2025

Which issue does this PR close?

No one is using libsql to access data and it's lack of the maintainance.

At the same time: https://turso.tech/blog/introducing-limbo-a-complete-rewrite-of-sqlite-in-rust

The upstream is going to rewrite sqlite in rust by limbo.

2 years ago, we forked SQLite. We were huge fans of the embedded nature of SQLite, but longed for a more open model of development. libSQL was born as an Open Contribution project, and we invited the community to build it with us.

As a result, libSQL is an astounding success. With over 12k GitHub stars, 85 contributors, and features like native replication and vector search, libSQL is the engine that powers the Turso platform.

Today we are announcing a more ambitious experiment: what could we achieve, if we were to completely rewrite SQLite in a memory-safe language (Rust)? With the Limbo project, now available at github.com/tursodatabase/limbo, we are now trying to answer that question.

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

Copy link

codspeed-hq bot commented Feb 8, 2025

CodSpeed Performance Report

Merging #5616 will not alter performance

Comparing remove-dead-services (1b49292) with main (dafdee1)

Summary

✅ 73 untouched benchmarks

@tisonkun tisonkun merged commit 6e8ebf4 into main Feb 8, 2025
281 checks passed
@tisonkun tisonkun deleted the remove-dead-services branch February 8, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants