Releases: YgorCastor/ravix-ecto
Releases · YgorCastor/ravix-ecto
v0.3.2
What's Changed
- [patch] Added support to Decimal and Time by @YgorCastor in #9
Full Changelog: v0.3.1...v0.3.2
v0.2.2
What's Changed
- Fixing integer ids by @YgorCastor in #4
- Update README.md by @dimitridewit in #3
- Fixing group_by with ids by @YgorCastor in #5
Full Changelog: https://github.com/YgorCastor/ravix-ecto/commits/v0.2.2
v0.2.1
- Implementing the Ecto.Adapter.Storage Behaviour
Full Changelog: https://github.com/YgorCastor/ravix-ecto/commits/v0.2.1
v.0.2.0
First version of the ecto adapter
What works:
- Querying for All and One, And, Or, In, Not In. Well, querying in general.
- Insert and Insert All
- Update and Update All
- Delete and Delete All
Not implemented yet
- Associations
- Aggregations
- Conflicts Management
Full Changelog: https://github.com/YgorCastor/ravix-ecto/commits/v0.2.0