penberg / limbo

Limbo is a work-in-progress, in-process OLTP database management system, compatible with SQLite.
MIT License
960 stars 53 forks source link

Kill anyhow usage #227

Closed penberg closed 1 month ago

penberg commented 1 month ago

Switch anyhow to explicit LimboError type using thiserror crate, which lets us make error handling more structured.