Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
C
casbin-pg-adapter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abby Cin
casbin-pg-adapter
Commits
19ee6270
Commit
19ee6270
authored
Dec 28, 2019
by
khoipham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add code coverage
parent
ba514ad2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
.travis.yml
.travis.yml
+5
-1
README.md
README.md
+3
-2
No files found.
.travis.yml
View file @
19ee6270
language
:
go
sudo
:
false
go
:
-
1.12.x
-
1.13.x
...
...
@@ -6,4 +7,7 @@ env:
-
PG_CONN=postgresql://postgres:@localhost:5432/postgres?sslmode=disable
services
:
-
postgresql
scripts
:
go test github.com/casbin/casbin-pg-adapter
before_install
:
-
go get github.com/mattn/goveralls
script
:
-
$HOME/gopath/bin/goveralls -service=travis-ci
README.md
View file @
19ee6270
[

](https://travis-ci.org/casbin/casbin-pg-adapter)
# Go-pg Adapter
[

](https://travis-ci.org/casbin/casbin-pg-adapter)
[

](https://coveralls.io/github/casbin/casbin-pg-adapter?branch=master)
Go-pg Adapter is the
[
Go-pg
](
https://github.com/go-pg/pg
)
adapter for
[
Casbin
](
https://github.com/casbin/casbin
)
. With this library, Casbin can load policy from PostgreSQL or save policy to it.
## Installation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment