|
|
|
|
|
by lakomen
1113 days ago
|
|
I think that it's one solution where there could be a much better one. I use go with ent and the gql extension.
The way it works, having hooks and privacy extensions is just so lovely.
But querying is rather painful for me.
It requires an additional tool, because I'm not used to the syntax.
It feels very non-intuitive, but I'm rather at the beginning of it, so it's a me thing. I was thinking why not just pure SQL queries as an alternative?
All it would require is a proper filtering/security middleware. |
|