Update README.md

This commit is contained in:
Pekka Enberg
2025-01-14 10:34:00 +02:00
committed by GitHub
parent d3c2868fcb
commit cd04bf796a

View File

@@ -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