Generates scaffolding for DDD with cqrs-eq and sqlx based on domain aggregate specification.
Find a file
2025-11-18 19:46:08 +05:30
example feat: README and example output 2025-10-22 17:55:53 +05:30
templates fix: assume domain is at crate root, use common_utils, impl feature-gated Default for tests, use db_utils, pg to rust type conversion 2025-11-18 19:44:43 +05:30
.gitignore feat: import from vanikam 2025-10-22 17:51:24 +05:30
area.toml feat: import from vanikam 2025-10-22 17:51:24 +05:30
README.md feat: README and example output 2025-10-22 17:55:53 +05:30
requirements.txt feat: import from vanikam 2025-10-22 17:51:24 +05:30
rust.py feat: pg to rust and rust to pg type conversion, primary key type detection 2025-11-18 19:46:08 +05:30

Generates scaffolding for DDD with cqrs-eq and sqlx based on domain aggregate specification.

See area.toml for example specification file and exapmle/src for the generated output.

USAGE

  1. Generate code and write to files
 python rust.py <spec>.toml w
  1. Generate code and write to STDOUT only
 python rust.py <spec>.toml o