v0.1.0
remodel-core
Rust engine for database modeling. Design ER diagrams, convert them to relational schemas, and emit SQL DDL for PostgreSQL, MySQL, and SQLite.
Conceptual model
Entities, attributes, relationships, specializations, and unions — the full ER vocabulary.
Logical conversion
Automatic ER → relational mapping with configurable strategies for every ambiguity.
SQL generation
Emit CREATE TABLE DDL for PostgreSQL, MySQL / MariaDB, and SQLite from a single model.