Releases: devfros/nORM
Releases · devfros/nORM
v0.2.0
v0.1.1
0.1.0 - First public release
nORM 0.1.0
First public release of nORM (no ORM): a SQL-first code generator for typed data access, inspired by sqlc, with
support for runtime query composition.
Install
pipx install norm-cli
norm --versionRequires Python 3.12+.
Docs: https://devfros.github.io/norm
Highlights
- Python codegen from schema SQL and repository SQL (Pydantic or dataclasses, async or sync repos)
- Databases: PostgreSQL, SQLite, MySQL, ClickHouse, DuckDB
- Dynamic SQL helpers: optional filters, partial updates, dynamic sorting, join embedding
- CLI:
norm init,norm generate,norm check,norm schema pull,norm targets - CI-friendly:
--error-format github,norm check --strict
Not in this release yet
Go, Rust, and TypeScript generators and norm migrations are in the repo but not production-ready.