Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura authored Mar 31, 2024
1 parent ccfec3e commit f41ba82
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# casbin-bun-adapter
Bun ORM adapter for Casbin
# Casbin Bun Adapter
<p align='left'>
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/JunNishimura/casbin-bun-adapter">
<img alt="GitHub" src="https://img.shields.io/github/license/JunNishimura/casbin-bun-adapter">
<a href="https://github.com/JunNishimura/casbin-bun-adapter/actions/workflows/test.yml"><img src="https://github.com/JunNishimura/casbin-bun-adapter/actions/workflows/test.yml/badge.svg" alt="test"></a>
<a href="https://goreportcard.com/report/github.com/JunNishimura/casbin-bun-adapter"><img src="https://goreportcard.com/badge/github.com/JunNishimura/casbin-bun-adapter" alt="Go Report Card"></a>
</p>

## πŸ“– Overview
casbin-bun-adapter is the [Bun](https://bun.uptrace.dev/) ORM adapter for [Casbin](https://casbin.org/).

## πŸ™Œ Supported DB
The following databases supported by Bun are also supported by this adapter
1. MySQL
2. PostgreSQL
3. Microsoft SQL Server
4. SQLite

## πŸ’» Installation
```
go get github.com/JunNishimura/casbin-bun-adapter
```

## πŸ‘€ Example
```go

```

## πŸ™‡β€β™‚οΈ Thanks
I would like to express my appreciation to [Gorm Adapter](https://github.com/casbin/gorm-adapter), since casbin-bun-adapter is implemented in a way that fits the Bun ORM based on it.

## πŸͺ§ License
casbin-bun-adapter is released under [MIT License](https://github.com/JunNishimura/casbin-bun-adapter/blob/main/LICENSE).

0 comments on commit f41ba82

Please sign in to comment.