2.4.0
Jul 28, 2025
2.4.0
Features
- Streaming query results for large result sets.
- Improved migration diffing.
Fixes
- Correct transaction rollback on nested failures.
by Zornux Official
The official object-relational mapper for the Zornux language.
2.4.0
184,203 downloads
Updated Jul 28, 2025
zornux add zornux/orm-toolkit
ORM Toolkit is the first-party data layer for Zornux — typed models, migrations, and transactions with a readable query surface.
| Type | Zornux package |
|---|---|
| Category | database |
| Ecosystem | Zornux |
| Latest version | 2.4.0 |
| License | Apache-2.0 |
| Published | Jan 16, 2025 |
| Updated | Jul 28, 2025 |
| Status | Active |
>=1.3 <2
Supported
zornux marketplace install zornux/[email protected]
Open ZnxStudio → Marketplace, search for ORM Toolkit, and choose Install.
Every download is served through the Marketplace with an integrity-verified checksum. Storage locations are never exposed.
The official object-relational mapper for the Zornux language — typed models, migrations, and transactions with a readable query surface.
zornux add zornux/orm-toolkit
public class User
has id
has email
has created_at
end
create user = find one from Db.Users where email is clean
Tip
Use find all ... sorted by for lists and find count from for totals — both stream efficiently.
| Feature | Supported |
|---|---|
| Typed models | Yes |
| Migrations | Yes |
| Transactions | Yes |
| Postgres | Yes |
| SQLite (dev) | Yes |
Released under the Apache-2.0 license.
2.4.0
Latest
Zornux >=1.3 <2
2.4.0-rc.1
Prerelease
Zornux >=1.3 <2
2.3.1
Published
Zornux >=1.3 <2
2.2.0
Published
Zornux >=1.3 <2
This asset has no listed dependencies.
2.4.0
Jul 28, 2025
Features
Fixes