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

@ -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