Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust
1–3 of 3 posts
Re: Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust
#2Interesting, what would be the advantage over duckdb?
Re: Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust
#3Interesting, what would be the advantage over duckdb?
SQLite is for OLTP and DuckDB is for OLAP. Completely different use cases