roc-lang / rbt

Roc Build Tool
Universal Permissive License v1.0
49 stars 5 forks source link

use Sled to store rbt database #78

Closed BrianHicks closed 2 years ago

BrianHicks commented 2 years ago

Moves our data storage to use Sled, which will allow us to read/write in parallel pretty soon here.

Based on https://github.com/roc-lang/rbt/pull/77. Review/merge that first!

Fixes https://github.com/roc-lang/rbt/issues/72

BrianHicks commented 2 years ago

@roc-lang/rbt-reviewers does this look OK? Is sled too much here or are we OK to continue building on this?

BrianHicks commented 2 years ago

no worries, and thank you for the review!