🧠SQL FirstKeep your queries, schema, and performance decisions in plain SQL instead of hiding them behind an ORM layer.
🔒Typed Query APIsGenerate repositories and models with signatures that match your schema and query parameters.
⚡Fast GenerationInstall `norm-cli`, run `norm generate`, and turn schema and repository SQL into ready-to-use data access code.
🧩Multi-Dialect PythonGenerate Python code for Postgres, SQLite, MySQL, ClickHouse, and DuckDB. Rust, Go, and TypeScript generators are in progress.