Skip to main content

Module builtin

Module builtin 

Source
Expand description

Placeholder registration of the OSS driver names.

The concrete OSS backends (memory, redis, postgres) ship in Epic B and will register their own real factories from their own crates. Until then, register_builtin_drivers registers those names with a stub factory so the config loader recognizes them (and aasm config validate reports the correct set of valid names), while attempting to build one returns a clear “not yet implemented” error.

Functions§

register_builtin_drivers
Register the placeholder OSS drivers (memory, redis, postgres) for every storage kind.