Any good examples/references implementing ACLs via SQL?

Posted by FilmJ on Stack Overflow See other posts from Stack Overflow or by FilmJ
Published on 2010-05-19T18:07:22Z Indexed on 2010/05/19 18:10 UTC
Read the original article Hit count: 197

Filed under:
|

I currently have a web-application that implements a rudimentary form of ACL using UNIONs in SQL, but it's somewhat limited, and doesn't necessarily scale that well

I'm interested in any alternative ACL algorithms that could be implemented efficiently in SQL.

Thanks!

© Stack Overflow or respective owner

Related posts about sql

Related posts about acl