I currently have a web application that implements a rudimentary form of ACL using UNION in mysql, but it is somewhat limited and does not necessarily scale it well
I am interested in any alternative ACL algorithms that can be effectively implemented in SQL.
Thanks!
sql mysql acl
Filmj
source share