| Crates.io | schema-registry-migration |
| lib.rs | schema-registry-migration |
| version | 0.1.0 |
| created_at | 2025-11-23 05:30:45.811483+00 |
| updated_at | 2025-11-23 05:30:45.811483+00 |
| description | Schema migration tools with multi-language code generation (Python, TypeScript, Java, Go, SQL) |
| homepage | https://github.com/globalbusinessadvisors/llm-schema-registry |
| repository | https://github.com/globalbusinessadvisors/llm-schema-registry |
| max_upload_size | |
| id | 1946136 |
| size | 218,597 |
Schema migration tools with multi-language code generation.
use schema_registry_migration::MigrationEngine;
let engine = MigrationEngine::new();
let migration = engine.generate(from_schema, to_schema, "python").await?;
let plan = engine.plan_migration(from_version, to_version).await?;
Apache-2.0