ormed_sqlite 0.1.0-dev+5
ormed_sqlite: ^0.1.0-dev+5 copied to clipboard
SQLite adapter for the routed ORM driver interface.
Changelog #
0.1.0-dev+5 #
- Fixed: Insert builders now omit columns not provided so SQLite defaults (including timestamps) apply.
- Fixed: JSON cast encoding/decoding now uses cast semantics to accept scalar JSON values.
0.1.0-dev+4 #
- Added: Support for through relations, polymorphic relations, and advanced query helpers.
- Added: Pivot timestamp support for many-to-many relationships.
- Added: Raw query helpers for
orderByRawandgroupByRaw.
0.1.0-dev+3 #
- Added:
ensureSqliteDriverRegistration()to register the driver with the core ORM. - Added: Package example demonstrating
DataSource.fromConfigusage. - Improved: Aligned with core
0.1.0-dev+4refactor for driver-agnostic initialization. - Improved: Better handling of relative database paths in CLI-scaffolded projects.
0.1.0-dev+3 #
- Fixed test cleanup issue where
test_g*files were left behind. - Synchronized release.
0.1.0-dev+2 #
- Synchronized release with ormed_cli rebranding.
0.1.0-dev+1 #
- Internal version bump to align with ORMed release.
0.1.0-dev #
- Initial release.