Expand description
Default official plugin instances for CLI schema and migration planning.
These builders use development-friendly defaults so rustauth db can derive the
same database shape as a typical integration without custom app wiring.
Constants§
- APP_
CONFIGURED_ SCHEMA_ PLUGIN_ IDS - Plugin ids whose database shape depends on per-app field configuration.
- NO_
FIXED_ SCHEMA_ PLUGIN_ IDS - Plugin ids that may be enabled in an app but never contribute fixed database DDL.
Functions§
- configured_
official_ schema_ plugins - Instantiate official schema plugins for the ids configured in
rustauth.toml. - is_
official_ schema_ plugin - Returns true when
plugin_idis recognized byofficial_schema_plugin. - official_
schema_ plugin - Build a schema-planning plugin instance with official defaults, when the plugin contributes database schema.
- official_
schema_ plugin_ ids - All plugin ids that
official_schema_plugincan materialize for schema planning.