authorizer icon indicating copy to clipboard operation
authorizer copied to clipboard

Add Database Schema Support

Open riipandi opened this issue 3 years ago • 1 comments

It will be nice to have if the Authorizer supports the database schema.

This will be useful when using a shared database such as PostgreSQL in one instance.

Since Authorizer using Gorm this will not too hard to implement.

riipandi avatar Jun 04 '22 23:06 riipandi

@riipandi yes. That is true but now after so many releases I will have to think about backward compatibility else if tables changes one might not get the required data.

lakhansamani avatar Jun 05 '22 03:06 lakhansamani