calecto
calecto copied to clipboard
Ecto 3.x.y dependency question
Hi! Does Calecto work with Ecto 3.x.y? I want to use custom Calecto.DateTime Ecto type for a project. If that's the case we could update the ecto dependency
Hi. The released version does not. But I just made a new branch ("ecto3") with a few changes. A simple test with Ecto 3 worked. https://github.com/lau/calecto/pull/41
You are welcome to make more changes. Probably Ecto 2.x support will have to be dropped for a new version that supports Ecto 3.x.
Thank you for the prompt response, I tried the ecto3 branch with a simple schema and it worked
Also using the ecto3 branch (https://github.com/lau/calecto/tree/ecto3) with no issues. Would really appreciate an official release. Anything I can do to help?
Cool. @joshprice I'm looking at doing a release soon. I'll let you know if there's something I could use help with - thanks.
@csisnett & @joshprice I have updated the ecto3 branch. Let me know if the branch still works for you. Then I can do a release.