Skip to content

Releases: ycastorium/ravix-ecto

v0.3.2

11 Aug 19:30

Choose a tag to compare

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

13 Jun 08:31

Choose a tag to compare

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

27 Apr 19:46

Choose a tag to compare

  • Implementing the Ecto.Adapter.Storage Behaviour

Full Changelog: https://github.com/YgorCastor/ravix-ecto/commits/v0.2.1

v.0.2.0

23 Apr 18:38

Choose a tag to compare

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