10 lines
367 B
Markdown
10 lines
367 B
Markdown
---
|
|
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
|