Replies: 1 comment 1 reply
-
Take a look at https://github.com/cozodb/pycozo/blob/main/pycozo/builder.py and https://github.com/pegesund/cozodb-lisp |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So in a bunch of parts of my code, I'm already doing quite a bit of rule-glueing, like adding sub-rules to a query, to further filter the results. Currently it's on the string-level.
I'm wondering if anyone has conceived or conceptualized a query builder or query merger-er? I've seen previous discussions about views and storing inline rules, I think it's a bit related. In other engines, some of the things I'm doing could be achieved with functions/views.
Thanks for sharing!
Beta Was this translation helpful? Give feedback.
All reactions