Skip to content

Releases: casbin/casbin-pg-adapter

v0.1.8

26 Feb 08:26
799c2bd
Compare
Choose a tag to compare
  • Implemented UpdatableAdapter

v0.1.7

13 Jan 11:13
b31339b
Compare
Choose a tag to compare
Merge pull request #15 from orange-llajeanne/skipTableCreatePR

Add option to skip table creation at adapter startup

v0.1.6

18 Jun 15:32
56c866f
Compare
Choose a tag to compare
Use explicit transactions (#11)

* Use explicit transactions for DB manipulations

* Preallocate memory for strings.Builder

* Use tx.Close instead of tx.Rollback

v0.1.5

11 May 13:56
d951292
Compare
Choose a tag to compare
Merge pull request #6 from DivyPatel9881/batch_op

fix: Add batch operations to pg adapter.

v0.1.4

02 May 15:48
13bf718
Compare
Choose a tag to compare
Merge pull request #3 from Dasio/master

Create table if not exists already