Open ear7h opened 3 months ago
Something that has the shape of what I want is fixed rules, and the registration mechanism. However, fixed rules must be implemented in complete isolation to the Db
.
Currently, we also just duplicate this kind of stuff so stored named rules could be really useful for sure
I think what you're referring to is more like views, not procedures.
Hi, again! I'm messing around with cozo again and came up with an interesting problem. I've created a web of named queries like:
I'd like to use these as part of implementing
GET /users
,GET /channels
,GET /threads
, etc. That is, these queries will just be filters for a queries against*user
,*channel
, and*thread
. As far as I can tell, I'll just have to duplicate this text for each query. But, is there a way to save these queries like function/stored procedure?