---------------------------------------------------------------------- This is the API documentation for the gdtest_rst_caution library. ---------------------------------------------------------------------- ## Functions Utility functions migrate(version: str) -> bool Migrate the database to the specified version. Parameters ---------- version The target version to migrate to. Returns ------- bool True if migration was successful. .. caution:: Always back up before migrating. modify_schema(changes: dict) -> None Apply schema modifications. Parameters ---------- changes A dictionary describing the schema changes. Returns ------- None .. caution:: Schema changes may break existing data.