sqlx-adapter is the Sqlx adapter for casbin-rs. With this library, Casbin can load policy from Sqlx supported database or save policy to it with fully asynchronous support.
You must have a working connection to one of the supported DB Servers and appropriate credentials The quickest way to get started is using docker-compose. See the examples folder for a series of ...