NyxCode / ormx

bringing orm-like features to sqlx
MIT License
287 stars 32 forks source link

upgrade sqlx to 0.6 #32

Closed clouds56 closed 1 year ago

alercah commented 1 year ago

Any chance this will get done soon? This is a big blocker on upgrading.

paramako commented 1 year ago

any updates on this? I'm afraid we'll need to move to another orm as looks like this one is not maintained anymore :(

NyxCode commented 1 year ago

Ill publish a new version in the coming days!

NyxCode commented 1 year ago

Maintaining an OS project is a lot of work, and I've got plenty of things on my plate right now. However, I don't want to just abandon this, so I'll do my best to keep it in a usable state!

k-bx commented 1 year ago

hi @NyxCode , sorry to bug you. https://crates.io/crates/ormx/0.10.0/dependencies is still showing sqlx being ^ 0.5. any chance of updating?

TTWNO commented 1 year ago

This still isn't fixed; the issue should at least be re-opened until a new crate version is published.

@NyxCode , it doesn't look like a new version has been released. Is there anything special that needs to be done to release a new version? I'd certainly be happy to help.

The issue I'm having is I need the sqlx::test macro, which was introduced in 0.6, and I'm also depending on ormx.

Let me know if you need any help getting the new version up.

TTWNO commented 1 year ago

For those who are having issues with compatibility with sqlx 0.6, the good news is the updated code can be found in this repository. If you specify ormx as a git dependency with this repo's URL, you should be fine. No need to go to another ORM or create a private fork.