Skip to content

Tags: vixcpp/orm

Tags

v1.10.0

Toggle v1.10.0's commit message
feat(orm): release v1.9.0 with examples rewrite, API stabilization an…

…d UoW fixes

- rewrite entire examples suite (16 structured examples)
- add examples CMake integration with automatic build + migrations support
- stabilize ORM API (Entity, Mapper, Repository, QueryBuilder, db_compat)
- fix UnitOfWork move semantics (remove invalid move assignment)
- fix const correctness for connection access
- align examples with current API (entity construction, usage)
- clean legacy examples and replace with structured system
- improve README with clearer positioning and real usage examples

This release reinforces Vix ORM as a thin, explicit layer on top of Vix DB,
focused on clarity, predictability, and zero hidden behavior.

v1.9.0

Toggle v1.9.0's commit message
feat(orm): release v1.9.0 with examples rewrite, API stabilization an…

…d UoW fixes

- rewrite entire examples suite (16 structured examples)
- add examples CMake integration with automatic build + migrations support
- stabilize ORM API (Entity, Mapper, Repository, QueryBuilder, db_compat)
- fix UnitOfWork move semantics (remove invalid move assignment)
- fix const correctness for connection access
- align examples with current API (entity construction, usage)
- clean legacy examples and replace with structured system
- improve README with clearer positioning and real usage examples

This release reinforces Vix ORM as a thin, explicit layer on top of Vix DB,
focused on clarity, predictability, and zero hidden behavior.

v1.5.0

Toggle v1.5.0's commit message
refactor