From cd04bf796a5a947d3becb7a2dea6bf6e354aede7 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 14 Jan 2025 10:34:00 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 91d7cdad1..4c5d86908 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,12 @@ ## Features -* In-process OLTP database engine library -* Asynchronous I/O support on Linux with `io_uring` -* SQLite compatibility ([status](COMPAT.md)) - * SQL dialect support - * File format support - * SQLite C API -* JavaScript/WebAssembly bindings (_wip_) -* Support for Linux, macOS, and Windows +Limbo is an in-process OLTP database engine library 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, Python, and Java +* **OS support** for Linux, macOS, and Windows ## Getting Started