Releases: Nicolab/crystal-dbx
Releases · Nicolab/crystal-dbx
v1.1.1
Release v1.1.1
- Add tests.
- Fix a relation behavior.
v1.1.0
Release v1.1.0
- Solidification of the existing.
- Fixes, improvements and additions.
- ORM refacto.
- Add relationship support (alpha stage).
- Update the guide and API doc.
This release adds many improvements without breaking changes. Except for the model Schema
, it requires defining Schema
properties with the "field" macro.
v1.0.0
Release v1.0.0 🚀
- Following Crystal v1 and new Ameba rules.
v0.4.1
Release v0.4.1
- Spec: ORM Model - Adds tests related to primary key and foreign key.
v0.4.0
Release v0.4.0
- adapter: mv
pg
and sqlite
file (no breaking change)
v0.3.0
Release v0.3.0
Simpler and more explicit naming:
- Rename
DBX::QueryExecutor
to DBX::Query
- Rename
db_entry
to connection
v0.2.0
💎 Release v0.2.0
- Add DB adapters
- Add query builder
- Add ORM
- Add
around_query_or_exec
hook
- Add guide and more docs
- Update CI