add limbo
This commit is contained in:
parent
87702f58da
commit
95750fa755
2 changed files with 11 additions and 0 deletions
|
@ -306,6 +306,7 @@ rev: 2025-01-30
|
||||||
- [sops](../tools/sops.md)
|
- [sops](../tools/sops.md)
|
||||||
- [serie](./cli/serie.md)
|
- [serie](./cli/serie.md)
|
||||||
- [usql](./cli/usql.md)
|
- [usql](./cli/usql.md)
|
||||||
|
- [limbo](./development/limbo.md)
|
||||||
- [kondo](./cli/kondo.md)
|
- [kondo](./cli/kondo.md)
|
||||||
- [licensit](./development/licensit.md)
|
- [licensit](./development/licensit.md)
|
||||||
- [onefetch](./development/onefetch.md)
|
- [onefetch](./development/onefetch.md)
|
||||||
|
|
10
technology/applications/development/limbo.md
Normal file
10
technology/applications/development/limbo.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
obj: application
|
||||||
|
repo: https://github.com/tursodatabase/limbo
|
||||||
|
---
|
||||||
|
|
||||||
|
# Limbo
|
||||||
|
Limbo is a work-in-progress, in-process OLTP database engine library written in Rust that has:
|
||||||
|
- SQLite compatibility for SQL dialect, file formats, and the C API
|
||||||
|
- Language bindings for JavaScript/WebAssembly, Rust, Go, Python, and Java
|
||||||
|
- Asynchronous I/O support on Linux with io_uring
|
Loading…
Add table
Add a link
Reference in a new issue