-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4 #10
Conversation
- Add manual migrate to test setup, as Vapor 4 does not automatically migrate. - Register missing routes
Update to Vapor-beta.3 / Fluent-beta.2
Is this already working with Vapor 4? |
I am not the maintainer of this project, but I wrote a similar package compatible with Vapor 4: https://github.com/simonedelmann/crud-kit |
I don't remember what state this is in, but it probably doesn't build at the moment. I got stuck implementing recursive relations ie a model has a parent which has siblings which have children. Other people should feel free to pick up where I left off, and @simonedelmann 's library looks great as an alternative. |
@twof Back then I only made my version of a Crud Router because of this PR not being ready. |
@simonedelmann I have some time this morning, so I'll see if I can get this working again. I'll let you know! Your project also has a lot of features that mine doesn't, so if I can get this working again, maybe we can find a way to combine them. |
Recursive relations are giving me trouble again, but I'm more confident that I can sort it out this time around. Swift's errors around generic type mismatches have improved dramatically. |
Alright we're looking good. I'm going to get all public APIs nice and documented and then I'll tag a release! |
I'm gonna tag a release. We've got the relevant public methods documented now. @simonedelmann I'll see if my work can be added to your library at some point. |
No description provided.