Releases: depthbomb/sqrrl
Releases · depthbomb/sqrrl
Release list
v0.4.0
v0.3.0
v0.2.0
Added
- Typed bulk inserts and upserts with explicit conflict handling.
- Inclusive comparisons, literal substring matching, conditional updates/deletes, and atomic numeric increments.
- Typed relationships with explicit batched loading and related-row existence filters.
- Datetime, JSON, enum, and custom codec fields, plus creation and update factories.
- Optional bounded reader connections with transaction-aware reads and cancellation handling.
- Checked adoption of existing databases while preserving external migration history.
- A runnable library example demonstrating the new APIs.