Skip to content
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

filemanager: experiment with sea-orm query builder #315

Closed
mmalenic opened this issue May 21, 2024 · 0 comments · Fixed by #372 or #385
Closed

filemanager: experiment with sea-orm query builder #315

mmalenic opened this issue May 21, 2024 · 0 comments · Fixed by #372 or #385
Assignees
Labels
filemanager an issue relating to the filemanager investigation Look into how best to approach the problem

Comments

@mmalenic
Copy link
Member

The sea-orm entity query builder could potentially be used in certain sections of the code to make writing queries more straight-forward. sea-orm is compatible with sqlx, however it does not perform any compile-time checks. It would be good to keep compile-time checking of queries, so it might be possible to write queries during the build-step, which are then converted into .sql queries interpreted by sqlx during the main compilation step.

This is dependent on #314.

@mmalenic mmalenic self-assigned this May 21, 2024
@mmalenic mmalenic added filemanager an issue relating to the filemanager investigation Look into how best to approach the problem labels May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filemanager an issue relating to the filemanager investigation Look into how best to approach the problem
Projects
None yet
1 participant