mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
Update README.md
This commit is contained in:
14
README.md
14
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user