Hello,
I want to implement casbin in my .NET application but have a few questions.
Is it best practice for the enforcer to be a singleton or to create a new one each time you need to authorize?
Is there a recommended adapter for Ms sql server?
Is there a recommended adapter for postgres?
As a follow up to #2 and #3, is it best practice for the adapter to be a singleton or to recreate it for each request?
I appreciate any advice on these topics.