pebble-dev / RebbleOS

open source operating system for low-power smartwatches
Other
365 stars 38 forks source link

Convert appdb code to blobdb #81

Closed jwise closed 4 years ago

jwise commented 5 years ago

Apparently libpebble2 accesses it as a blobdb. So we should treat it as one. This probably will expose on-disk compatibility issues with blobdb, too.

jwise commented 4 years ago

This is done!