You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?The text was updated successfully, but these errors were encountered: