going / casbin-postgres-adapter

PostgreSQL Adapter for Casbin
Apache License 2.0
170 stars 14 forks source link

Documentation #4

Open anton-khodak opened 6 years ago

anton-khodak commented 6 years ago

A minimal example of how to run it (like in https://github.com/casbin/mongodb-adapter/blob/master/README.md) would be greatly appreciated

hsluoyz commented 6 years ago

@anton-khodak , besides this adapter, you can also consider use Xorm Adapter or Gorm Adapter, which also supports PostgreSQL (and AutoSave feature): https://github.com/casbin/casbin#policy-persistence

anton-khodak commented 6 years ago

@hsluoyz switched to the first one, yes