Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/casbin/gorm-adapter

GORM adapter for Casbin, see extended version of GORM Adapter Ex at: https://github.com/casbin/gorm-adapter-ex
https://github.com/casbin/gorm-adapter

github.com/jackc/pgx/v5 v5.4.3 Vulnerabilities

WaterCool8258 opened this issue about 2 months ago
feat: add sqlite3 to error message

MuZhou233 opened this pull request 2 months ago
Missing driver name in error prompt

goooogs opened this issue 2 months ago
feat: add OnConflict=DoNothing on create operations

longshine opened this pull request 2 months ago
feat: remove the underscore from the getFullTableName method

chenxi2015 opened this pull request 3 months ago
feat: initialize transactionMu in NewAdapterByDBUseTableName

yuikns opened this pull request 5 months ago
feat: pass context down to gorm, remove old ContextAdapter

MuZhou233 opened this pull request 7 months ago
fix: initialize mutex before using

MuZhou233 opened this pull request 7 months ago
bug: panic after upgrading from 3.22.0 to 3.23.0

mageia opened this issue 7 months ago
feat: add mutex lock to `Trasaction`

MuZhou233 opened this pull request 7 months ago
fix: Revert "feat: limit transaction concurrency"

hsluoyz opened this pull request 7 months ago
feat: add concurrent support to `Transaction` and upgrade gorm version

MuZhou233 opened this pull request 7 months ago
upgrade the version of the database driver

TakeaHeader opened this issue 7 months ago
`Transaction` is not thread-safe

hulb opened this issue 7 months ago
feat: limit transaction concurrency

sylarXu opened this pull request 8 months ago
Unit test when using Transaction

andre-fajar-n opened this issue 10 months ago
feat: fix Postgres primary keys growing

wuzhican opened this pull request about 1 year ago
id increase when savePolicy

wuzhican opened this issue about 1 year ago
feat: implement ContextAdapter interface

PokIsemaine opened this pull request about 1 year ago
policy get loaded twice

pot-code opened this issue about 1 year ago
fix: fix broken links

Selflocking opened this pull request about 1 year ago
use RemovePolicy() API Debug

Youahui opened this issue over 1 year ago
docs: replace gitter links with discord

Selflocking opened this pull request over 1 year ago
feat: update go mod

PokIsemaine opened this pull request over 1 year ago
Add GetImplicitUsersForResourceByDomain() API

hsluoyz opened this issue over 1 year ago
How to setup a casbin watcher along with the the Gorm adapter

umairrsyedd opened this issue over 1 year ago
fixed: #213

SliverHorn opened this pull request over 1 year ago
[Question] Handle to handle policy_definition has more than 6 items

longsunli opened this issue over 1 year ago
Understanding how to correctly update policies in a database

andrerav opened this issue over 1 year ago
feat: add ConditionToGormQuery() API

PokIsemaine opened this pull request over 1 year ago
fix: fix db switch error in transaction

weloe opened this pull request over 1 year ago
feat: use transaction in SavePolicy()

weloe opened this pull request over 1 year ago
why not use Transaction to SavePolicy

weloe opened this issue over 1 year ago
Adapter Transaction db table can not set

weloe opened this issue over 1 year ago
Update README.md

hamedprog opened this pull request over 1 year ago
build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.2

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump github.com/casbin/casbin/v2 from 2.55.1 to 2.66.2

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump gorm.io/driver/postgres from 1.4.4 to 1.5.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump github.com/go-sql-driver/mysql from 1.6.0 to 1.7.0

dependabot[bot] opened this pull request over 1 year ago
build(deps): bump actions/checkout from 2 to 3

dependabot[bot] opened this pull request over 1 year ago
feat: Add getter for DB

nonchan7720 opened this pull request over 1 year ago
Support for connection pools

nonchan7720 opened this issue over 1 year ago
[feature] create if not exist for Update APIs

nonchan7720 opened this issue almost 2 years ago
[suggest]No physical deletion

2013rain opened this issue almost 2 years ago
"accessible by" feature for ORM integrations

aguynamedben opened this issue almost 2 years ago
feat: support SQL Server in gorm-adapter

xiao-niu-ren opened this pull request almost 2 years ago
Support SQL Server in gorm-adapter

nomeguy opened this issue almost 2 years ago
fix: fix error handling in loadPolicyLine()

maocaicai opened this pull request almost 2 years ago
there is a problem with the processing of error

bbqe1314 opened this issue almost 2 years ago
feat: New method for creating filtered adapter with existing gorm instance

gurbaj5124871 opened this pull request almost 2 years ago
[bug] Resolver mysql

vine1993 opened this issue about 2 years ago
fix: optimize performance for loop in UpdateFilteredPolicies()

hanshengzhao opened this pull request about 2 years ago
feat: update gorm and gorm-drivers

dsuket opened this pull request about 2 years ago
feat: upgrade casbin to v2.55.1 and add preview feature

huangkuan123 opened this pull request about 2 years ago
question: dbspecified not works when specify dbname in dsn

MagicalBomb opened this issue about 2 years ago
feat: revert "fix: add column v6, v7" and restore columns up to v5

hsluoyz opened this pull request about 2 years ago
[Proposal] customizability CasbinRule structure

JalinWang opened this issue about 2 years ago
change default v7 to v5

reckless-huang opened this issue about 2 years ago
feat: support multiple filters for LoadFilteredPolicy

JalinWang opened this pull request about 2 years ago
Loading multiple policy types.

Mikkelhost opened this issue about 2 years ago
feat: support transaction

VaneLord67 opened this pull request about 2 years ago
How do I use transaction ?

VaneLord67 opened this issue about 2 years ago
MYSQL engine MyISM index maximum limit 1000

2021-cm opened this issue about 2 years ago
is it appropriate to use a Dbadapter per-request?

pdonovan-merit opened this issue over 2 years ago
fix: db can't reuse

tangyang9464 opened this pull request over 2 years ago
[bug] problem about auto-migration

dayueba opened this issue over 2 years ago
fix: remove the return value of TurnOffAutoMigrate

tangyang9464 opened this pull request over 2 years ago
[bug] returned data of UpdateFilteredPolicies()

JalinWang opened this issue over 2 years ago
feat: support customized table

JalinWang opened this pull request over 2 years ago
How do I soft delete entries in casbin_rule table?

basimsahaf opened this issue over 2 years ago
fix: empty slice found error

dirablue opened this pull request over 2 years ago
fix: use TurnOffAutoMigrate instead of NewAdapterWithoutAutoMigrate

tangyang9464 opened this pull request over 2 years ago
table names cannot be specified after automatic migration is disabled

OldSmokeGun opened this issue over 2 years ago
docs: add sqlite support and turn off AutoMigrate description

tangyang9464 opened this pull request over 2 years ago
feat: support NewAdapterWithoutAutoMigrate

tangyang9464 opened this pull request over 2 years ago
How to turn off auto migration?

OldSmokeGun opened this issue over 2 years ago
feat: support SQLite by github.com/glebarez/sqlite

tangyang9464 opened this pull request over 2 years ago
fix: add column v6, v7

haoliu97 opened this pull request over 2 years ago
[bug]unknown field 'PType' in struct literal of type struct

hktalent opened this issue over 2 years ago
fix: added getter for db instance inside adapter

vibhugarg123 opened this pull request over 2 years ago
Feat disable migration

goxiaoy opened this pull request over 2 years ago
Support for postgres connection pooling

vibhugarg123 opened this issue over 2 years ago
修复 gorm adapter错误

outyua opened this pull request over 2 years ago
v1-v5,really too few

zz541843 opened this issue over 2 years ago
Native Go SQLite implementation

TJM opened this issue over 2 years ago
feat: export manual db connection open and close

Abingcbc opened this pull request over 2 years ago
Provision to close connection created using pgAdapter.NewFilteredAdapter

arafat-java opened this issue over 2 years ago
Is something wrong in table struct?

newproplus opened this issue almost 3 years ago
Option to turn off auto migration?

Genora51 opened this issue almost 3 years ago
Adapter UpdatePolicy error:

GENG824 opened this issue almost 3 years ago