serpent-os / tools

The home of moss (system state manager) and boulder (moss format build tool)
https://serpentos.com
132 stars 12 forks source link

Use sqlite exlusive transactions & optimize batching #344

Closed tarkah closed 1 month ago

tarkah commented 1 month ago

We should have been using transactions for all mutable queries. We can always use exclusive since we're behind mutex