add limbo

This commit is contained in:
JMARyA 2025-06-25 05:03:16 +02:00
parent 87702f58da
commit 95750fa755
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 11 additions and 0 deletions

View file

@ -306,6 +306,7 @@ rev: 2025-01-30
- [sops](../tools/sops.md)
- [serie](./cli/serie.md)
- [usql](./cli/usql.md)
- [limbo](./development/limbo.md)
- [kondo](./cli/kondo.md)
- [licensit](./development/licensit.md)
- [onefetch](./development/onefetch.md)

View file

@ -0,0 +1,10 @@
---
obj: application
repo: https://github.com/tursodatabase/limbo
---
# Limbo
Limbo is a work-in-progress, in-process OLTP database engine library written in Rust that has:
- SQLite compatibility for SQL dialect, file formats, and the C API
- Language bindings for JavaScript/WebAssembly, Rust, Go, Python, and Java
- Asynchronous I/O support on Linux with io_uring