From 7893ed780318edbbcbefad1d1485143f68504ecd Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 17 Jun 2025 13:55:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dd890f8..f0d47db3a 100644 --- a/README.md +++ b/README.md @@ -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: