-
Notifications
You must be signed in to change notification settings - Fork 90
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
Create some examples on the GitHub Wiki #263
Comments
Thanks for the feedback Vlad. What a coincidence, I am working on exactly that right at this moment ^^ |
Of course. Looking forward to reading more about this framework. |
@vladmihalcea Have you found the ASCII doc in the repository? At least for CTE queries there is quite some information there. For EntityViews there is a bit as well. Obviously it could use a lot more examples, but from your description it seems you haven't found this documentation yet. The documentation is stored in the repository at https://github.com/Blazebit/blaze-persistence/tree/master/documentation/src/main/asciidoc . I assume further amendments to the documentation will also go there. You can also look at the issues labeled as |
I haven't noticed it. Very interesting that you offer support for CTE. That's really great! I see it also supports Recursive CTE as well. Congrats! |
Yes it does! See for example this testcase. |
As a newcomer, it's very difficult to figure out what this framework can do. That's why I'd love to see some examples listed on the GitHub wiki.
Currently, the README file only shows the Maven dependencies, which plays the role of an Instalation Guide. Check out how I designed the documentation for FlexyPool to get a better picture of what I'm talking about.
The text was updated successfully, but these errors were encountered: