From ced83ee59c65d01a832832f065f2428f24a4d990 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 5 Mar 2024 17:00:18 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 61b685871..75b95520c 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,17 @@

-Limbo is a modern SQLite-compatible database library, built with Rust. +Limbo is a modern in-process OLTP database management system, compatible with SQLite. ## Features -* SQLite SQL dialect support ([_wip_](docs/sqlite-compat.md)) -* SQLite file format support (_read-only_) -* Asynchronous I/O support with `io_uring` -* WebAssembly bindings (_wip_) +* In-process OLTP database engine library +* Asynchronous I/O support with `io_uring` +* SQLite compatibility + * SQL dialect support ([_wip_](docs/sqlite-compat.md)) + * File format support (_read-only_) + * SQLite C API (_wip_) +* JavaScript/WebAssembly bindings (_wip_) ## Getting Started