casbin-rs / sqlx-adapter

Asynchronous casbin adapter for mysql, postgres, sqlite based on sqlx-rs

Home Page:https://github.com/casbin/casbin-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sqlite feature request

smhmayboudi opened this issue · comments

Hi, it would be very nice to have an SQLite feature for new bees. In addition, with this feature, those who need to do a proof of concept become more simple and agile.

@smhmayboudi Once the sqlx upgrade is done, we will work on it.

Waiting for this PR: #43

@hackerchai the PR: #43 is merged. I think we can work on it now.

@hackerchai the PR: #43 is merged. I think we can work on it now.

@hsluoyz I think we should wait for the tokio runtime bug fixed, so we can bump tokio into 1.0. Besides, the Github Action Mysql:8.0 bugis also not fixed yet.

tokia is updated to v1.0.2 via this PR: casbin/casbin-rs#230 . Will it unblock this issue?

@smhmayboudi @hsluoyz see #55
From version 0.4.1, sqlx-adapter starts to support sqlite backend.

Thanks for the fix!