add Xorm Adapter for Casbin as cases #639

Merged
hsluoyz merged 1 commits from master into master 2017-07-11 14:53:40 +00:00
hsluoyz commented 2017-07-11 14:30:27 +00:00 (Migrated from github.com)

I have developed the Xorm adapter for Casbin. It uses Xorm to store the access control policy rules. I'd like to add it to the README list. Thanks!

I have developed the [Xorm adapter](https://github.com/casbin/xorm-adapter) for Casbin. It uses Xorm to store the access control policy rules. I'd like to add it to the README list. Thanks!
codecov-io commented 2017-07-11 14:36:25 +00:00 (Migrated from github.com)

Codecov Report

Merging #639 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #639   +/-   ##
=======================================
  Coverage   49.53%   49.53%           
=======================================
  Files          33       33           
  Lines        7039     7039           
=======================================
  Hits         3487     3487           
  Misses       3077     3077           
  Partials      475      475
Impacted Files Coverage Δ
xorm.go 69.49% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 682b827...c65f5c1. Read the comment docs.

# [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=h1) Report > Merging [#639](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=desc) into [master](https://codecov.io/gh/go-xorm/xorm/commit/682b827c7ea60480fc38d27f8416b4f596349ac0?src=pr&el=desc) will **not change** coverage. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/go-xorm/xorm/pull/639/graphs/tree.svg?width=650&height=150&src=pr&token=yB5nO1krEe)](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #639 +/- ## ======================================= Coverage 49.53% 49.53% ======================================= Files 33 33 Lines 7039 7039 ======================================= Hits 3487 3487 Misses 3077 3077 Partials 475 475 ``` | [Impacted Files](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [xorm.go](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=tree#diff-eG9ybS5nbw==) | `69.49% <0%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=footer). Last update [682b827...c65f5c1](https://codecov.io/gh/go-xorm/xorm/pull/639?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
Sign in to join this conversation.
No description provided.