libwlite is the embeddable C library. It parses schema definitions, introspects database state, computes diffs, builds migration plans, and emits SQL without requiring an application framework.
wlite is the user-facing CLI built on that engine. It adds a practical workflow for migrate, diff, plan, compile, snapshots, and schema hashes, plus C++, Python, and Rust bindings.
They are related to dbwarden, not a dbwarden plugin. dbwarden is the model-native SQLAlchemy workflow; wlite is the portable schema engine underneath the language boundary.
schema definition -> parse -> introspect -> diff -> plan -> migrate