EdgeQL queries #1665
nsidnev
started this conversation in
Show and tell
EdgeQL queries
#1665
Replies: 1 comment 3 replies
-
Awesome, this looks great! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I made a small library that can help deal with complex EdgeQL queries without using raw python strings. You put your queries somewhere in the repository and then "init" them from python code. Once initialized, you can call these queries just like any other python code.
This approach is quite popular, for example, there are the following similar libraries for python and other languages:
The main reasons for this approach can be found here: https://nackjicholson.github.io/aiosql/getting-started/ .
But in short:
Link to the repository: https://github.com/nsidnev/edgeql-queries
Documentation: https://nsidnev.github.io/edgeql-queries/
Beta Was this translation helpful? Give feedback.
All reactions