casbin-sqlx-watcher 0.1.0

Casbin watcher implementation using sqlx and postgres
docs.rs failed to build casbin-sqlx-watcher-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: casbin-sqlx-watcher-0.1.1

Casbin Sqlx Watcher

Supported databases: Postgres

Implements the Watcher trait for casbin-rs using sqlx and Postgres LISTEN NOTIFY functionality.

The purpose of a watcher is to notify all instances of casbin that polices have changed, and that they need to reload from the database.