Update README.md

This commit is contained in:
Pekka Enberg
2025-06-17 13:55:23 +03:00
committed by GitHub
parent 9f4de5c4c5
commit 7893ed7803

View File

@@ -29,9 +29,9 @@
Limbo is a _work-in-progress_, in-process OLTP database engine library written in Rust that has:
* **Asynchronous I/O** support on Linux with `io_uring`
* **SQLite compatibility** [[doc](COMPAT.md)] for SQL dialect, file formats, and the C API
* **Language bindings** for JavaScript/WebAssembly, Rust, Go, Python, and [Java](bindings/java)
* **Asynchronous I/O** support on Linux with `io_uring`
* **OS support** for Linux, macOS, and Windows
In the future, we will be also working on: