bottlerocket-os / bottlerocket-settings-sdk

A Rust library for extending Bottlerocket's settings API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement modular Migrations for Bottlerocket-Settings-SDK

rpkelly opened this issue · comments

An initial implementation of the bottlerocket-settings-sdk lives here.

We should modify this to move the migration abstractions out of the model abstraction and make it so that they are done via associated types instead.