Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust(github.com)
github.com
Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust
https://github.com/penberg/limbo
1 comments
Interesting, what would be the advantage over duckdb?
SQLite is for OLTP and DuckDB is for OLAP. Completely different use cases