Hacker News new | ask | show | jobs
Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust (github.com)
10 points by penberg 685 days ago
1 comments

Interesting, what would be the advantage over duckdb?
SQLite is for OLTP and DuckDB is for OLAP. Completely different use cases