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